Skip to content

Priority

Gets or sets the priority of instance.

1
 number myInstance.Priority

Remarks

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

Example

1
$Instance.Priority = 3;