Package apple.foundation.enums
Class NSOperationQueuePriority
- java.lang.Object
-
- apple.foundation.enums.NSOperationQueuePriority
-
public final class NSOperationQueuePriority extends java.lang.Object
-
-
Field Detail
-
VeryLow
public static final long VeryLow
- See Also:
- Constant Field Values
-
Low
public static final long Low
- See Also:
- Constant Field Values
-
Normal
public static final long Normal
- See Also:
- Constant Field Values
-
High
public static final long High
- See Also:
- Constant Field Values
-
VeryHigh
public static final long VeryHigh
- See Also:
- Constant Field Values
-
-