Refresh method: AgentPhysQueueTasks class

Syntax

Refresh(TaskList)

Description

Use the Refresh method to refresh the specified task list.

Parameters

Parameter Description

TaskList

Specify the task list you want refreshed. You must specify a task list for this parameter.

Returns

None.

Example

The following code example refreshes the accepted task list of the physical queue (&MyAgentPhysQueueTasks) for the agent.

&myAgentPhysQueueTasks.Refresh(&myAgentPhysQueueTasks.AcceptedTaskList);

Related Topics