An object representing an executed Task. It can be used to terminate a task.
This interface is not intended to be implemented.
An object representing an executed Task. It can be used to terminate a task. This interface is not intended to be implemented.
(set-task! task-execution value)
The task that got started.
The task that got started.
(task task-execution)
The task that got started.
Returns: Task
The task that got started. **Returns:** `Task`
(terminate task-execution)
Terminates the task execution.
Returns: void
Terminates the task execution. **Returns:** `void`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close