SystemSuspendStatus Enum

Definition

Defines values that represent the suspend status of the device.

public enum class SystemSuspendStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class SystemSuspendStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.System.Power.PowerNotificationsContract, 65536)]
enum class SystemSuspendStatus
[Windows.Foundation.Metadata.Version(1)]
public enum SystemSuspendStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.System.Power.PowerNotificationsContract), 65536)]
public enum SystemSuspendStatus
var value = Microsoft.Windows.System.Power.SystemSuspendStatus.uninitialized
Public Enum SystemSuspendStatus
Inheritance
SystemSuspendStatus
Attributes

Fields

AutoResume 2

The device is automatically resuming from suspend state.

Entering 1

The device is entering suspend state.

ManualResume 3

The user has manually resumed the device from suspend state.

Uninitialized 0

The suspend status is not initialized.

Applies to

See also