Click or drag to resize

RecoveryAction Enumeration

Describes the recovery actions on service failure

Namespace:  Cauldron.WindowsService
Assembly:  Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public enum RecoveryAction
Members
  Member nameValueDescription
None0 None - No recovery action in place.
Restart1 Restarts the service on failure.
Reboot2 Reboots the machine on failure.
RunCommand3 Runs a command on failure.
See Also