BackupStatus Enumeration
Indicates the status of the backup.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public enum BackupStatus
public enum class BackupStatus
Public Enumeration BackupStatus
Members
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. |
Remarks
This enumeration is used by CreateBackupStatusProperty.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top