Instance.Priority

Overview

Gets or sets the priority of instance.

number myInstance.Priority { get; set; }

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 highest priority and 5 is the lowest priority.

Example

$Instance.Priority = 3;

Copyright © 2010 - 2023 Emakin. All rights reserved.