Enum WindowsServiceRecoveryAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the action a Windows service should take on failure.
public enum WindowsServiceRecoveryAction
Fields
None = 1
No action should be taken.
RestartComputer = 4
The computer should be restarted.
RestartService = 2
The service should be restarted.
RunProgram = 3
An application should be run.
Unknown = 0
The recovery action is unknown.