Cancellable

fun interface Cancellable

Represents a cancellable operation.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun cancel()

Cancels the operation.