OperationState type

Values that define the states of operations in Scheduled Actions
KnownOperationState can be used interchangeably with OperationState, this enum contains the known values that the service supports.

Known values supported by the service

Unknown
PendingScheduling
Scheduled
PendingExecution
Executing
Succeeded
Failed
Cancelled
Blocked

type OperationState = string