WHSBackupState Enumeration

Indicates the status of the Windows Home Server backup.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
Public Enumeration WHSBackupState
public enum WHSBackupState
public enum class WHSBackupState
public enum WHSBackupState
public enum WHSBackupState

Members

Member name Description
WHS_BACKUP_BACKUP Indicates that a backup is running.
WHS_BACKUP_CLEANUP Indicates that the system is purging previous backups marked for deletion.
WHS_BACKUP_IDLE Indicates that no backups are running.
WHS_BACKUP_RESTORE Indicates that a restore from backup is running.
WHS_BACKUP_UNKNOWN Indicates that the system has encountered a backup unrecoverable error.

Remarks

The WHSBackupState enumeration indicates the state of the Windows Home Server backup engine.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

Microsoft.HomeServer.SDK.Interop.v1 Namespace