/
Launch Apollo Studio


PROTOCOL

Cancellable

public protocol Cancellable: class

An object that can be used to cancel an in progress action.

Methods

cancel()

func cancel()

Cancel an in progress action.

Edit on GitHub