Cancelable
public protocol Cancelable
Protocol that represents a cancelable operation.
-
Call this method to cancel a
CancelableinstanceDeclaration
Swift
func cancel() -
Property for knowing if a
Cancelableinstance is already cancelled.Declaration
Swift
var isCancelled: Bool { get }