Enum GroupPolicyServiceAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the action of a Group Policy preference service.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyServiceAction
Fields
NoChange = 1
The action is no change.
RestartService = 4
The action is to restart the service.
RestartServiceIfRequired = 5
The action is to restart the service if required.
StartService = 2
The action is to start the service.
StopService = 3
The action is to stop the service.
Unknown = 0
The action is unknown.