PhysicalQueueID property: AgentPhysQueueTasks class
Description
This property returns the physical queue ID as a string.
This property is read-only.
Example
The following code example returns the physical queue ID for the physical queue of agent.
&PhyscalQueueID = &myAgentPhysQueueTasks.PhysicalQueueID;
Related Topics