PowerModes 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 identifiers for power mode events reported by the operating system.
public enum class PowerModes
public enum PowerModes
type PowerModes =
Public Enum PowerModes
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Resume | 1 | The operating system is about to resume from a suspended state. |
StatusChange | 2 | A power mode status notification event has been raised by the operating system. This might indicate a weak or charging battery, a transition between AC power and battery, or another change in the status of the system power supply. |
Suspend | 3 | The operating system is about to be suspended. |
Remarks
This enumeration defines identifiers that represent types of power mode changes or events. The values of this enumeration are used by a PowerModeChangedEventArgs to indicate the type of a PowerModeChanged event.