Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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;
  • No labels