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.