ControlAction enumerator
This enumerator describes the available control actions for a remote pool or the Pool Manager service.
Prototype
Public Enum ControlAction As Integer
Member of: HostFront.Pool
Values
The ControlAction enumerator has the following values.
Continue
Continue the remote pool.
Prototype
Public Shared Const Continue As HostFront.Pool.ControlAction = 8
Member of: HostFront.Pool.ControlAction
None
No action specified.
Prototype
Public Shared Const None As HostFront.Pool.ControlAction = 16
Member of: HostFront.Pool.ControlAction
Pause
Pause the remote pool.
Prototype
Public Shared Const Pause As HostFront.Pool.ControlAction = 4
Member of: HostFront.Pool.ControlAction
Start
Start the remote pool.
Prototype
Public Shared Const Start As HostFront.Pool.ControlAction = 2
Member of: HostFront.Pool.ControlAction
Stop
Stop the remote pool.
Prototype
Public Shared Const Stop As HostFront.Pool.ControlAction = 1
Member of: HostFront.Pool.ControlAction