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

executionBlocks

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

Declaration 宣言

@property(readonly, copy) NSArray<void (^)(void)> *executionBlocks;

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 演算中のブロックを管理する