Available translations

Task Manager

foundations.png
task-manager.png
A task manager is a device used to organize and control any number of tasks, which, in turn, control bot instances. You use a task manager to start or stop several tasks at the same time.
Content
Task managers are used both in the context of data mining and trading operations, to facilitate the organization of tasks.
For example, you may set up a task manager to handle tasks related to a particular set of indicators used with a certain strategy. Or, for example, to organize multiple backtesting sessions.
Running
Task Manager Menu
The Task Manager node has the following Node Menu items:
The Run All Tasks menu item has the following properties:
  • action: Run All Tasks
  • label: Run All Tasks
  • askConfirmation: true
  • confirmationLabel: Confirm to Run
  • workDoneLabel: Run Request Sent
  • iconPathOn: run
  • iconPathOff: run
  • actionFunction: payload.executeAction
The Stop All Tasks menu item has the following properties:
  • action: Stop All Tasks
  • label: Stop All Tasks
  • askConfirmation: true
  • confirmationLabel: Confirm to Stop
  • workDoneLabel: Stop Request Sent
  • iconPathOn: stop
  • iconPathOff: stop
  • actionFunction: payload.executeAction
The Add Task menu item has the following properties:
  • action: Add UI Object
  • label: Add Task
  • relatedUiObject: Task
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
  • actionFunction: payload.executeAction
Task Manager Children
The Task Manager node has the following childrenNodesProperties:
The Tasks node property features the following properties:
  • name: tasks
  • type: array
  • autoAdd: false
  • monitorChildrenRunning: true
Task Manager Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Task Manager with other nodes:
Compatible Types: