ExecutionState type
Script execution status.
KnownExecutionState can be used interchangeably with ExecutionState,
this enum contains the known values that the service supports.
Known values supported by the service
Unknown: Unknown
Pending: Pending
Running: Running
Failed: Failed
Succeeded: Succeeded
TimedOut: TimedOut
Canceled: Canceled
type ExecutionState = string