ExecutionState type

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

Known values supported by the service

Unknown
Pending
Running
Failed
Succeeded
TimedOut
Canceled

type ExecutionState = string