Cancellable

fun interface Cancellable

Interface used to provide applications a way how to cancel long-running background tasks.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun cancel()

Cancels the running operation, represented by the instance of this object.