Instance Method インスタンスメソッド

pause

Pauses progress tracking. 進捗の追跡を一時停止します。

Declaration 宣言

- (void)pause;

Discussion 議論

This method invokes the block for pausingHandler, if there is one, and ensures that any subsequent reads of the paused property return YES.

If the receiver has suboperations, the system pauses their progress as well.

See Also 参照

Controlling Progress 進捗を制御する