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