PoolStatus enumerator
This enumerator describes the status of a remote pool or the Pool Manager service.
Prototype
Public Enum PoolStatus As Integer
Member of: HostFront.Pool
Values
The PoolStatus enumerator has the following values.
Continuing
Status is continuing.
Prototype
Public Shared Const Continuing As HostFront.Pool.PoolStatus = 4
Member of: HostFront.Pool.PoolStatus
None
No status specified.
Prototype
Public Shared Const None As HostFront.Pool.PoolStatus = 7
Member of: HostFront.Pool.PoolStatus
Paused
The service is paused.
Prototype
Public Shared Const Paused As HostFront.Pool.PoolStatus = 6
Member of: HostFront.Pool.PoolStatus
Pausing
The service is pausing.
Prototype
Public Shared Const Pausing As HostFront.Pool.PoolStatus = 5
Member of: HostFront.Pool.PoolStatus
Started
The pool or service is started.
Prototype
Public Shared Const Started As HostFront.Pool.ControlAction = 3
Member of: HostFront.Pool.ControlAction
Starting
The pool or service is starting.
Prototype
Public Shared Const Starting As HostFront.Pool.ControlAction = 1
Member of: HostFront.Pool.ControlAction
Stopped
The pool or service is stopped.
Prototype
Public Shared Const Stopped As HostFront.Pool.ControlAction = 0
Member of: HostFront.Pool.ControlAction
Stopping
The pool or service is stopping.
Prototype
Public Shared Const Stopping As HostFront.Pool.ControlAction = 2
Member of: HostFront.Pool.ControlAction