RefreshTaskList method: PhysicalQueue class
Syntax
RefreshTaskList(TaskList)
Description
Use the RefreshTaskList method to refresh the specified task list.
Parameters
| Parameter | Description |
|---|---|
|
TaskList |
Specify the task list you want refreshed. 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);