func addOperation (Operation)
Adds the specified operation to the receiver.
指定されたオペレーションをレシーバに加えます。
func addOperations ([Operation], waitUntilFinished : Bool)
Adds the specified operations to the queue.
指定されたオペレーションをキューに加えます。
func addOperation (() -> Void)
Wraps the specified block in an operation and adds it to the receiver.
あるオペレーションの中の指定されたブロックをラップして、それをレシーバに加えます。
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.
現在キューの中にあるオペレーションの数。