OperationStatus type

Operation status
KnownOperationStatus can be used interchangeably with OperationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending: Operation accepted and ready to be run
Running: Operation is running
Succeeded: Operation has already finished its execution
Canceled: Operation canceled by the user
Canceling: Operation is being canceling
Failed: Operation failed

type OperationStatus = string