Enumeration Priority

Represents a priority for a job managed by the Scheduler.

Index

Enumeration members

Enumeration members

public aboveNormal: Priority

A priority higher than the normal priority level.

public belowNormal: Priority

A priority less than the normal priority level.

public high: Priority

A high priority.

public idle: Priority

The idle priority for work items.

public max: Priority

The highest priority.

public min: Priority

The lowest priority.

public normal: Priority

The normal priority for work items.