Package version:

Type Alias ExecutionState

ExecutionState: string

Defines values for ExecutionState.
KnownExecutionState can be used interchangeably with ExecutionState, this enum contains the known values that the service supports.

Unknown
Pending
Running
Failed
Succeeded
TimedOut
Canceled