Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OperationStatus type

Package:
@azure/core-lro

The set of possible states an operation can be in at any given time.

type OperationStatus =
 | "notStarted"
 | "running"
 | "succeeded"
 | "canceled"
 | "failed"