Pause progress tracking.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
- (void)pause;
Discussion
This method invokes the block set for pausing
, if there is one, and ensures that any subsequent reads of the paused
property return YES
.
If the receiver has any children, those children will also be paused.