This enum provides the various power mode changes a system may undergo.
[Visual Basic] Public Enum PowerModes [C#] public enum PowerModes [C++] public enum PowerModes
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Resume | The system is about to be resumed. |
StatusChange | The power mode status has changed. This may indicate a weak or charging battery, a transition from AC power from battery, or other change in the status of the system power supply. |
Suspend | The system is about to be suspended. |
Namespace: System.Core
Assembly: System.dll