Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskDefinition

Definition of a task to execute. A task is uniquely identified by its id.

Hierarchy

Index

Properties

Properties

main

The main function to execute

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.

Generated using TypeDoc