ServiceStatus Enum

Summary

Indicates the status of a service.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types.BizTalk
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ServiceStatus"] class Type type-node

Syntax

public enum ServiceStatus

Fields

Name Constant Value Summary
Bound 2
The service is bound.
static
Started 4
The service is started.
static
Stopped 3
The service is enlisted, but not started.
static
Unbound 1
The service is unbound.
static