Table of Contents

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 = 1

The power action is to do nothing.

Hibernate = 2

The power action is to hibernate.

Shutdown = 3

The power action is to shut down.

Sleep = 4

The power action is to sleep.

Unknown = 0

The power action is unknown.