Skip to content

Instance.Priority

Overview

Number Instance.Priority { get; set; }
Gets or sets the priority of instance.

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.

Following values are can be used;

Value Name
0 None
1 Low
2 Normal
3 High
4 Very High
5 Critical

Examples

$Instance.Priority = 3;

See Also