Enumeration
列挙
Operation.QueuePriority
These constants let you prioritize the order in which operations execute.
これらの定数は、それにおいてオペレーションが遂行する順番を、あなたに順位付けさせます。
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
定数
case veryLow
Operations receive very low priority for execution.
オペレーションは、大変に低い優先度を遂行に対して受け取ります。
case low
Operations receive low priority for execution.
オペレーションは、低い優先度を遂行に対して受け取ります。
case normal
Operations receive the normal priority for execution.
オペレーションは、通常の優先度を遂行に対して受け取ります。
case high
Operations receive high priority for execution.
オペレーションは、高い優先度を遂行に対して受け取ります。
case veryHigh
Operations receive very high priority for execution.
オペレーションは、大変に高い優先度を遂行に対して受け取ります。