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

resumingHandler

The block to invoke when progress resumes. 進捗が再開する時に発動するブロック。

Declaration 宣言

@property(copy) void (^resumingHandler)(void);

Discussion 議論

If the receiver is a suboperation of another progress object, the system invokes the resumingHandler block when pausing the containing progress object.

Special Considerations 特別な注意事項

You’re responsible for resuming any work for the progress object.

You can invoke the resuming handler on any queue. If you must do work on a specific queue, dispatch to that queue from within the resuming handler block.

See Also 参照

Controlling Progress 進捗を制御する