NSOperationQueuePriority 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.
An enumeration of values that specify the priority of an operation, relative to others, in a NSOperationQueue.
public enum NSOperationQueuePriority
type NSOperationQueuePriority =
- Inheritance
-
NSOperationQueuePriority
Fields
High | 4 | |
Low | -4 | |
Normal | 0 | |
VeryHigh | 8 | |
VeryLow | -8 |