JAMS Developer Guide
AgentState Enumeration


MVPSI.JAMS Namespace : AgentState Enumeration
The state of a JAMS Agent machine Mirrored in MVPSI.JAMS.Common.AgentState.
Syntax
'Declaration
 
Public Enum AgentState 
   Inherits System.Enum
'Usage
 
Dim instance As AgentState
public enum AgentState : System.Enum 
Members
MemberDescription
ConnectedAgent is connected to run at least one job.
ConnectingAttempting to open connection to agent.
DisconnectedFormerly online or connected agent has been force offline.
DisconnectingFormerly online agent is being forced offline but jobs are still running.
DroppedConnection to agent dropped, but will be retried.
FailedConnection to agent opened, but negotiations failed.
IdleThe Agent is online and reachable with no jobs executing.
OfflineThe Agent has been set offline.
OnlineAgent is maintaining a connection and may be running jobs.
ThrottledWaiting to start connecting.
TimeoutConnection timed out.
UnauthenticatedAuthentication failed while trying to connect.
UnknownUnknown, the current state is unknown. Could be caused by the JAMS Scheduler being down.
UnreachableJAMS is unable to contact the agent machine.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.AgentState

Requirements

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

See Also

Reference

MVPSI.JAMS Namespace