func addOperation (Operation)
Adds the specified operation to the receiver.
指定されたオペレーションをレシーバに加えます。
func addOperations ([Operation], waitUntilFinished : Bool)
Adds the specified operations to the queue.
指定されたオペレーションをキューに加えます。
func addBarrierBlock (() -> Void)
Invokes a block when the queue finishes all enqueued operations, and prevents subsequent operations from starting until the block has completed.
func cancelAllOperations ()
Cancels all queued and executing operations.
キューに入れられたそして遂行中のオペレーション全てを取り消します。
func waitUntilAllOperationsAreFinished ()
Blocks the current thread until all the receiver’s queued and executing operations finish executing.
var operations: [Operation]
The operations currently in the queue.
現在キューの中にあるオペレーションそれら。
var operationCount : Int
The number of operations currently in the queue.
現在キューの中にあるオペレーションの数。