Agent method: universal queue classes class
Syntax
Agent(AgentID)
Description
Use the Agent constructor to instantiate an Agent object.
All objects encapsulated by this object are created when the constructor is called.
Note:
When an MCFFactory object is created, Agent objects are automatically created. In this case, the number of tasks in the list is limited by the MAX_TASKLIST_ITEMS parameter used when creating the MCFFactory object.
Parameters
| Parameter | Description |
|---|---|
|
AgentID |
Specify a valid AgentID as a string. |
Returns
An Agent object.
Example
Create Agent(&AgentID);
Related Topics