Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
abstract fun compareTo(p: T): Int
fun compareTo(o: Task<S, State>): Int
Link copied to clipboard
abstract fun getPriority(): Int
Returns task priority.
Link copied to clipboard
@Nullable
abstract fun getState(): @Nullable State
Returns the state that will be reported to the callback.
Link copied to clipboard
open fun pause()
Link copied to clipboard
abstract fun start(@NotNull performer: @NotNull TaskManager<S, State>)