ServiceControllerTask.

ServiceControllerTask.ActionType Enum

Summary

Defines the actions that can be performed on a service.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ServiceControllerTask.ActionType"] class Type type-node

Syntax

public enum ServiceControllerTask.ActionType

Fields

Name Constant Value Summary
Continue 4
Continues a paused service.
static
Pause 3
Pauses a running service.
static
Restart 2
Restarts a service.
static
Start 0
Starts a service.
static
Stop 1
Stops a service.
static