Enum GroupPolicyServiceFailureAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the failure action of a Group Policy preference service.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyServiceFailureAction
Fields
NoAction = 2
The failure action is to take no action.
NoChange = 1
The failure action is no change.
Reboot = 5
The failure action is to restart the computer.
RestartService = 3
The failure action is to restart the service.
RunProgram = 4
The failure action is to run a program.
Unknown = 0
The failure action is unknown.