Uses of Class
com.uc4.api.AgentStatus
-
Packages that use AgentStatus Package Description com.uc4.api com.uc4.communication.requests -
-
Uses of AgentStatus in com.uc4.api
Methods in com.uc4.api that return AgentStatus Modifier and Type Method Description static AgentStatusAgentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AgentStatus[]AgentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgentStatus in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return AgentStatus Modifier and Type Method Description AgentStatusNavigatorAgentTree.AgentLeaf. getStatus()Returns the status of the Agent (Active or Inactive), or null if theITreeItemrepresents a node.
-