SystemSuspendStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Uninitialized | 0 | The suspend status is not initialized. |
Entering | 1 | The device is entering suspend state. |
AutoResume | 2 | The device is automatically resuming from suspend state. |
ManualResume | 3 | The user has manually resumed the device from suspend state. |