TaskExecution

An object representing an executed Task. It can be used to terminate a task.

This interface is not intended to be implemented.

Online Documentation

Properties

Link copied to clipboard
abstract var task: Task

The task that got started.

Functions

Link copied to clipboard
abstract fun terminate()

Terminates the task execution.