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