Skip to content

Priority

Gets or sets the priority of the instance.

1
 number myInstance.Priority

Remarks

This property changes the instance priority in user work lists and in the queue job processing order. All instances are created with the Normal (2) priority. Changing the priority affects all child work items in the instance. The priority value is between 0 and 5, where 0 is the lowest priority and 5 is the highest priority.

Example

1
$Instance.Priority = 3;