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 = 1The action is no change.
RestartService = 4The action is to restart the service.
RestartServiceIfRequired = 5The action is to restart the service if required.
StartService = 2The action is to start the service.
StopService = 3The action is to stop the service.
Unknown = 0The action is unknown.