Index

Classes


Class AgentGlobalStates

enum

Class Summary
Constructor Attributes Constructor Name and Description
 
Define all global states of an agent.
Field Summary
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 05 2014 12:49:32 GMT+0100 (CET)