'Declaration
Public Enum AgentState Inherits System.Enum
'Usage
Dim instance As AgentState
public enum AgentState : System.Enum
'Declaration
Public Enum AgentState Inherits System.Enum
'Usage
Dim instance As AgentState
public enum AgentState : System.Enum
Member | Description |
---|---|
Connected | Agent is connected to run at least one job. |
Connecting | Attempting to open connection to agent. |
Disconnected | Formerly online or connected agent has been force offline. |
Disconnecting | Formerly online agent is being forced offline but jobs are still running. |
Dropped | Connection to agent dropped, but will be retried. |
Failed | Connection to agent opened, but negotiations failed. |
Idle | The Agent is online and reachable with no jobs executing. |
Offline | The Agent has been set offline. |
Online | Agent is maintaining a connection and may be running jobs. |
Throttled | Waiting to start connecting. |
Timeout | Connection timed out. |
Unauthenticated | Authentication failed while trying to connect. |
Unknown | Unknown, the current state is unknown. Could be caused by the JAMS Scheduler being down. |
Unreachable | JAMS is unable to contact the agent machine. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.AgentState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2