Class AgentGlobalStates
enum
Constructor Attributes | Constructor Name and Description |
---|---|
Define all global states of an agent.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AgentGlobalStates.Off
AgentLink component initialised but agent not already logged
|
<static> |
AgentGlobalStates.Pause
Agent is at pause on at least one canal, and working or waiting on none.
|
<static> |
AgentGlobalStates.Waiting
Agent is waiting on at least one canal, and working on none.
|
<static> |
AgentGlobalStates.Working
Agent is working on at least one canal.
|
Class Detail
AgentGlobalStates()
Define all global states of an agent. On state change, the event OnAgentStateChange is fired.
Field Detail
<static>
AgentGlobalStates.Off
AgentLink component initialised but agent not already logged
<static>
AgentGlobalStates.Pause
Agent is at pause on at least one canal, and working or waiting on none.
<static>
AgentGlobalStates.Waiting
Agent is waiting on at least one canal, and working on none.
<static>
AgentGlobalStates.Working
Agent is working on at least one canal.