Interface GroupTaskConfigNewI<T, R>Internal

The new interface of the configuration options for a group task.

Type Parameters

  • T extends unknown[]

    The type of the task worker parameters.

  • R

    The type of the task worker result.

Hierarchy

Properties

The execution mode of the group task.

subTasks: GroupSubTasksT<T, R>

The sub tasks of the group task, which will be executed on execution of the group task.

worker?: TaskWorkerT<T, R>

The task worker function that if defined, will be run when the task is executed.

workerParams?: TaskWorkerParamsT<T>

The task worker parameters that if defined, will be passed to the task work function as its arguments for task execution.

Generated using TypeDoc