Interface GroupTaskConfigOldI<T, R>Internal

The old 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

subTasks: GroupSubTasksT<T, R>

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

The execution type of the group task.

Deprecated

Will be removed in next major release. Use mode instead of type.

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