Click or drag to resize

WindowsApiSC_ACTION_TYPE Enumeration

Win32 SC_ACTION_TYPE enumeration.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public enum SC_ACTION_TYPE
View Source
Members
Member nameValueDescription
SC_ACTION_NONE0 No action.
SC_ACTION_RESTART1 Restart the service.
SC_ACTION_REBOOT2 Reboot the computer.
SC_ACTION_RUN_COMMAND3 Run a command.
See Also