PhysicalQueue Methods
In this section, we discuss the physical queue class methods. The methods are discussed in alphabetical order.
Syntax
Refresh()
Description
Use the Refresh method to refresh all the objects in the physical queue.
Parameters
None.
Returns
None.
Example
&myPhysicalQueue.Refresh();
Syntax
RefreshTaskList(TaskList)
Description
Use the RefreshTaskList method to refresh the specified task list.
Parameters
Field or Control |
Definition |
---|---|
TaskList |
Specify the task list you want refereshed. You must specify a task list for this parameter. |
Returns
None.
Example
The following code example refreshes the accepted task list for the physical queue.
&myPhysicalQueue.RefreshTaskList(&myPhysicalQueue.AcceptedTaskList);