BackupStatus Enumeration
Indicates the status of the backup.
Assembly: DevicesOM (in DevicesOM.dll)
| Member name | Description | |
|---|---|---|
| Configured | Indicates that backup is configured, but it has not been run. | |
| Failed | Indicates that backup is configured and the last backup failed. | |
| FinalizingBackup | Indicates that the backup is being finalized. | |
| Incomplete | Indicates that backup is configured and the last backup did not finish successfully. | |
| InProgress | Indicates that backup is in progress. | |
| InQueue | Indicates that the backup is waiting to start. | |
| NotConfigured | Indicates that backup is not configured. | |
| PreparingForBackup | Indicates that the backup is being prepared. | |
| RecoveryInProgress | Indicates that the backup is being recovered. | |
| Successful | Indicates that backup is configured and the last backup was successful. | |
| Unknown | Indicates that the status is not known. |
This enumeration is used by CreateBackupStatusProperty.
Community Additions
ADD
Show: