NSQualityOfService 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.
Enumerates QoS values for use with NSOperation objects and NSOperationQueue objects.
public enum NSQualityOfService
type NSQualityOfService =
- Inheritance
-
NSQualityOfService
Fields
Name | Value | Description |
---|---|---|
Default | -1 | |
Background | 9 | |
Utility | 17 | |
UserInitiated | 25 | |
UserInteractive | 33 |