Public Enum JobPriority Inherits System.Enum
Dim instance As JobPriority
public enum JobPriority : System.Enum
Public Enum JobPriority Inherits System.Enum
Dim instance As JobPriority
public enum JobPriority : System.Enum
Member | Description |
---|---|
High | Defines the High job priority (2). |
Low | Defines the Low job priority (1). |
Normal | Defines the Normal job priority (default) (0). |
TopPriority | Defines the Top Priority job priority (3). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Data.JobPriority
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2