JAMS 6.x Help
AgentState Enumeration


The state of a JAMS Agent machine
Syntax
'Declaration
 
Public Enum AgentState 
   Inherits System.Enum
'Usage
 
Dim instance As AgentState
public enum AgentState : System.Enum 
Members
MemberDescription
IdleThe Agent is online and reachable with no jobs executing.
OfflineThe Agent has been set offline.
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