TestimoX

API Reference

Enum

ActionType

Namespace ComputerX.Services.ServiceRecoveryWriter
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

SCM recovery action type.

Inheritance

  • Enum
  • ActionType

Values

public const ActionType None #

No action on failure.

Value: 0
public const ActionType Restart #

Restart the service.

Value: 1
public const ActionType Reboot #

Reboot the machine.

Value: 2
public const ActionType RunCommand #

Run a custom command.

Value: 3