ExecutionStatus
type ExecutionStatus = "aborted" | "failed" | "running" | "succeeded" | "timedOut";Defined in: src/types/index.ts:1062
Overall terminal status of an execution.
type ExecutionStatus = "aborted" | "failed" | "running" | "succeeded" | "timedOut";Defined in: src/types/index.ts:1062
Overall terminal status of an execution.