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 = 2The failure action is to take no action.
NoChange = 1The failure action is no change.
Reboot = 5The failure action is to restart the computer.
RestartService = 3The failure action is to restart the service.
RunProgram = 4The failure action is to run a program.
Unknown = 0The failure action is unknown.