Operation.QueuePriority
These constants let you prioritize the order in which operations execute.
Declaration
enum QueuePriorityOverview
You can use these constants to specify the relative ordering of operations that are waiting to be started in an operation queue. You should always use these constants (and not the defined value) for determining priority.
Topics
Constants
Operation.QueuePriority.veryLowOperation.QueuePriority.lowOperation.QueuePriority.normalOperation.QueuePriority.highOperation.QueuePriority.veryHigh