AcceptedTaskList property: PhysicalQueue 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 = &myPhysicalQueue.AcceptedTaskList.Task[1].TaskNumber;   

Related Topics