Instance Property インスタンスプロパティ

executionBlocks

The blocks associated with the receiver. レシーバと関連付けられたブロック。

Declaration 宣言

var executionBlocks: [() -> Void] { get }

Discussion 議論

The blocks in this array are copies of those originally added using the addExecutionBlock(_:) method. この配列の中のブロックは、元々はaddExecutionBlock(_:)メソッドを使って加えられるもののコピーです。

See Also 参照

Managing the Blocks in the Operation 演算中のブロックを管理する