EnumsDBaasStatus Enumeration |
Namespace: Aruba.Cloud.WsDBaaS.Entities
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | has not executed yet or its status cannot be determined at the moment. | |
| Running | 1 | in progress. | |
| Completed | 2 | completed successfully. | |
| Failed | 3 | failed. | |
| Canceled | 4 | was cancelled by the user. |