Click or drag to resize

wclPowerState Enumeration

The enumeration defines the system power states.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.9.0 (7.11.9.0)
Syntax
public enum wclPowerState
Members
Member nameValueDescription
psResumeAutomatic0 Indicates that the system is resuming from sleep or hibernation. This state is delivered every time the system resumes and does not indicate whether a user is present.
psResume1 Indicates that the system is resuming from a low-power state. This state appears after psResumeAutomatic if the resume is triggered by user input, such as pressing a key.
psSuspend2 Indicates that the computer is about to enter a suspended state.
psUnknown3 Unknown power state.
See Also