ApiOperationStatus
The public-facing status of an asynchronous operation (see OperationResponse). This is a
simplified projection of a richer internal status representation.
Queued — The operation has been accepted and is waiting to start. InProgress — The operation is currently executing. Compensation — The operation failed and is being rolled back (compensated). Succeeded — The operation completed successfully. Failed — The operation failed. Also reported for operations whose compensation (rollback) completed or itself failed.
The public-facing status of an asynchronous operation (see OperationResponse). This is a
simplified projection of a richer internal status representation.
Queued — The operation has been accepted and is waiting to start. InProgress — The operation is currently executing. Compensation — The operation failed and is being rolled back (compensated). Succeeded — The operation completed successfully. Failed — The operation failed. Also reported for operations whose compensation (rollback) completed or itself failed.
Possible values: [Queued, InProgress, Compensation, Succeeded, Failed]
"Queued"