KnownOperationStatus enum
Known values of OperationStatus that the service accepts.
Fields
| Failed | Background operation finished with failure. |
| NotStarted | Background operation created but not started yet. |
| Running | Background operation is currently running. |
| Succeeded | Background operation finished with success. |
| Undefined | Undefined operation status. |