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

pause()

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

Declaration 宣言

func pause()

Discussion 議論

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

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

See Also 参照

Controlling Progress 進捗を制御する