BackupStatus Enumeration

 

Indicates the status of the backup.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

public enum class BackupStatus

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: