AgentPhysQueueTasks Properties

In this section, we discuss the agent physical queue tasks class properties. The properties are discussed in alphabetical order.

Description

This property returns the accepted task list as a task list object.

This property is read-only.

Example

The following code example returns the task number of the first accepted task:

&TaskNumber = &myAgentPhysQueueTasks.AcceptedTaskList.Task[1].TaskNumber;

Description

This property returns the assigned task list as a task list object.

This property is read-only.

Description

This property returns the agent ID as a string.

This property is read-only.

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;