Cancelable

fun interface Cancelable

Allows to cancel the associated asynchronous operation.

Functions

Link copied to clipboard
abstract fun cancel()

Cancels the associated asynchronous operation. If the associated asynchronous operation has already finished, this call is ignored.