AgentPhysQueueTasks Method

In this section, we discuss the agent physical queue tasks class method Refresh.

Syntax

Refresh(TaskList)

Description

Use the Refresh method to refresh the specified task list.

Parameters

Field or Control

Definition

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);