AcceptedTaskList property: AgentPhysQueueTasks class
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;