PjPriority Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PjPriority
[System.Runtime.InteropServices.Guid("4CD84E40-922C-11CF-982C-00AA00322803")]
public enum PjPriority
type PjPriority =
Public Enum PjPriority
- Inheritance
-
PjPriority
- Attributes
Fields
Name | Value | Description |
---|---|---|
pjPriorityLowest | 0 | |
pjPriorityVeryLow | 1 | |
pjPriorityLower | 2 | |
pjPriorityLow | 3 | |
pjPriorityMedium | 4 | |
pjPriorityHigh | 5 | |
pjPriorityHigher | 6 | |
pjPriorityVeryHigh | 7 | |
pjPriorityHighest | 8 | |
pjPriorityDoNotLevel | 9 |