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

resume()

Resumes progress tracking. 進捗の追跡を再開します。

Declaration 宣言

func resume()

Discussion 議論

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

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

See Also 参照

Controlling Progress 進捗を制御する