Options
All
  • Public
  • Public/Protected
  • All
Menu

Definition of a parallel task to execute.

Hierarchy

Index

Properties

main

The main function to execute

taskIndex

taskIndex: number

The index of this task (relative to the other tasks spawned to perform this parallel operation)

usedFunctionIds

usedFunctionIds: IFunctionId[]

The unique function ids (IFunctionDefinition.id) of all the functions used in this task. The array always contains the id of the main function to execute but may contain additional function ids, e.g. if the main function accepts a serialized function as parameter.

valuesPerTask

valuesPerTask: number

Number of values that are assigned to each task at most

Generated using TypeDoc