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.
[ObjCRuntime.Native]
public enum NSQualityOfService
[<ObjCRuntime.Native>]
type NSQualityOfService =
- Inheritance
-
NSQualityOfService
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Default | -1 | |
| Background | 9 | |
| Utility | 17 | |
| UserInitiated | 25 | |
| UserInteractive | 33 |