OperationStatus type
Defines values for OperationStatus.
KnownOperationStatus can be used interchangeably with OperationStatus,
this enum contains the known values that the service supports.
Know values supported by the service
Undefined: Undefined operation status.
NotStarted: Background operation created but not started yet.
Running: Background operation is currently running.
Succeeded: Background operation finished with success.
Failed: Background operation finished with failure.
type OperationStatus = string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript