Share via


ExecutionStatus type

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

Known values supported by the service

Running: The operation is currently running.
Cancelled: The operation was cancelled.
Failed: The operation failed.
Succeeded: The operation succeeded.

type ExecutionStatus = string