func cancel()
Cancels progress tracking.
進捗の追跡を取り消します。
func pause()
Pauses progress tracking.
進捗の追跡を一時停止します。
var resumingHandler : (() -> Void)?
The block to invoke when progress resumes.
進捗が再開する時に発動するブロック。
Availability 有効性
Technology
func resume()
This method invokes the block for resuming
, if there is one, and ensures that any subsequent reads of the is
property return false
.
If the receiver has suboperations, the system resumes their progress as well.
func cancel()
func pause()
var resumingHandler : (() -> Void)?