JobPriority Enum

Definition

Defines the priorities that you can specify for a job.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("784AD2AF-E429-4CA3-8B0D-355AEBC02F1C")]
public enum JobPriority
type JobPriority = 
Public Enum JobPriority
Inheritance
JobPriority
Attributes

Fields

AboveNormal 3

The job has above-normal priority. This enumeration member represents a value of 3.

BelowNormal 1

The job has below-normal priority. This enumeration member represents a value of 1.

Highest 4

The job has the highest priority. This enumeration member represents a value of 4.

Lowest 0

The job has the lowest priority. This enumeration member represents a value of 0.

Normal 2

The job has normal priority. This enumeration member represents a value of 2.

Applies to