Cancellable
PROTOCOL
Cancellable
Swift
1public protocol Cancellable: AnyObject
An object that can be used to cancel an in progress action.
Methods
cancel()
Swift
1func cancel()
Cancel an in progress action.
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.PROTOCOL
Cancellable
1public protocol Cancellable: AnyObject
An object that can be used to cancel an in progress action.
cancel()
1func cancel()
Cancel an in progress action.