JAMS Developer Guide
AgentState Property


MVPSI.JAMS Namespace > Agent Class : AgentState Property
Gets the current state of Agent.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Dynamic")>
<System.ComponentModel.DescriptionAttribute("The last reported state of Agent.")>
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.ReadOnlyAttribute(True)>
Public ReadOnly Property AgentState As AgentState
'Usage
 
Dim instance As Agent
Dim value As AgentState
 
value = instance.AgentState
[System.ComponentModel.Category("Dynamic")]
[System.ComponentModel.Description("The last reported state of Agent.")]
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.ReadOnly(true)]
public AgentState AgentState {get;}
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

Agent Class
Agent Members