The type of the task worker parameters.
The type of the task worker result.
Optional
workerThe task worker function that if defined, will be run when the task is executed.
Optional
workerThe task worker parameters that if defined, will be passed to the task work function as its arguments for task execution.
Generated using TypeDoc
The interface of the configuration options for a task.
Example
Use to define a task configuration.
Example
Use to define a template for similar task configurations.
Example
Other valid configurations.