Cancellable

public interface Cancellable

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

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard
public abstract Unit cancel()

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