JobExecutionLifecycle type

The detailed state of the job execution.
KnownJobExecutionLifecycle can be used interchangeably with JobExecutionLifecycle, this enum contains the known values that the service supports.

Known values supported by the service

Created: Created
InProgress: InProgress
WaitingForChildJobExecutions: WaitingForChildJobExecutions
WaitingForRetry: WaitingForRetry
Succeeded: Succeeded
SucceededWithSkipped: SucceededWithSkipped
Failed: Failed
TimedOut: TimedOut
Canceled: Canceled
Skipped: Skipped

type JobExecutionLifecycle = string