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

This interface is not intended to be implemented.

Fields

terminate():Void

Terminates the task execution.

task:Task

The task that got started.