NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PowerModes Enumeration

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.

Members

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.

Requirements

Namespace: System.Core

Assembly: System.dll

See Also

System.Core Namespace