Enum GroupPolicyPowerPlanAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the power action of a Group Policy preference power plan (Windows 7 and above).
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPowerPlanAction
Fields
DoNothing = 1The power action is to do nothing.
Hibernate = 2The power action is to hibernate.
Shutdown = 3The power action is to shut down.
Sleep = 4The power action is to sleep.
Unknown = 0The power action is unknown.