Instance Method
インスタンスメソッド
addOperation(_:)
Adds the specified operation to the receiver.
指定されたオペレーションをレシーバに加えます。
Parameters
パラメータ
operation
The operation to be added to the queue.
キューに加えられることになるオペレーション。
Discussion
議論
Once added, the specified operation remains in the queue until it finishes executing.
いったん加えられたならば、指定されたオペレーションはキューの中に留まります、それが遂行を終了するまで。
See Also
参照
Managing Operations in 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.
Related Documentation
関連文書
func cancel()
Advises the operation object that it should stop executing its task.
それがそれのタスクの遂行を停止すべきオペレーションオブジェクトを勧告します。
var isExecuting: Bool
A Boolean value indicating whether the operation is currently executing.
オペレーションが現在遂行中かどうかを指し示すブール値。