Contents

Operation.QueuePriority

These constants let you prioritize the order in which operations execute.

Declaration

enum QueuePriority

Overview

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

Initializers

See Also

Constants