Abstract
Internal
The type of the task worker parameters.
The type of the task worker result.
The type of the task worker parameters.
The type of the task worker result.
The configuration options for the task.
{}
Gets the task worker result.
The task worker result.
Internal
Sets the task worker result.
The task worker result.
Gets the task worker function.
The task worker function.
Sets the task worker function.
The task worker function.
Gets the task worker parameters.
The task worker parameters.
Sets the task worker parameters.
The task worker parameters.
Generated using TypeDoc
BaseTask class is the foundation of Task and GroupTask class.
Remarks
It is an abstract class with worker, workerParams, and result (getter) as public accessors. Task and GroupTask class extends it to implement their own execution method and also use its protected accessor, result (setter) to store the task execution result.