RefreshQTaskList method: Agent class
Syntax
RefreshQTaskList(PhysQ)
Description
Use the RefreshQTaskList method to refresh the task list properties for the specified physical queue.
You might use this method if you're interested in seeing the real-time statistics for a particular tasklist. If you are only interested in an agent's work, use the Refresh method.
Parameters
| Parameter | Description |
|---|---|
|
PhysQ |
Specify a physical queue ID as a string. |
Returns
None.
Example
The following refreshes all task lists on the first physical queue of the agent:
&MyAgent.RefreshQTaskList(&myAgent.PhysicalQueueID [1]);
Related Topics