TaskList Properties

This sections discusses all the properties for the task list class. The properties are discussed in alphabetical order.

Description

This property returns the agent ID as a string.

This property is read-only.

Description

This property returns the physical queue associated with the task list as a string.

This property is read-only.

Description

This property returns all of the tasks in the task list as an array of task objects.

This property is read-only.

Example

For &I = 1 to &MyTaskList.Total

   &MyTask = &MyTaskList[&I];

   /* do work on every task in list */

End-For;

Description

This property returns the task type as a string. A tasklist only contains tasks of a single type. The following are the valid task types for a tasklisk:

Value

Description

ACPT

Accepted

ASGN

Assigned

ENQ

Enqueued

ESCL

Escalated

OVFL

Overflowed

This property is read-only.

Description

This property returns the total number of tasks in the list as a number.

This property is read-only.