Skip to content

craft-hub / ProjectRunSummary

Interface: ProjectRunSummary

Defined in: packages/craft-hub/src/types.ts:567

Aggregate active and most recent run state for one project.

Properties

lastFinishedAt?

optional lastFinishedAt?: string

Defined in: packages/craft-hub/src/types.ts:571


lastStatus?

optional lastStatus?: "completed" | "cancelled" | "failed"

Defined in: packages/craft-hub/src/types.ts:570


projectId

projectId: string

Defined in: packages/craft-hub/src/types.ts:568


running

running: number

Defined in: packages/craft-hub/src/types.ts:569

Released under the MIT License.