Available translations
loading results
Task Manager
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.
Un task manageres un dispositivo que se utiliza para organizar y controlar cualquier cantidad de tareas que, a su vez, controlan las instancias de bot. Utiliza un administrador de tareas para iniciar o detener varias tareas al mismo tiempo.
Task Manager - это устройство, используемое для организации и управления любым количеством задач, которые, в свою очередь, управляют экземплярами ботов. Вы используете Task Manager для запуска или остановки нескольких задач одновременно.
Görev yöneticisi, herhangi bir sayıda görevi düzenlemek ve kontrol etmek için kullanılan bir cihazdır ve bot örneklerini kontrol eder. Aynı anda birkaç görevi başlatmak veya durdurmak için bir görev yöneticisi kullanabilirsiniz.
Content
Task managers are used both in the context of data mining and trading operations, to facilitate the organization of tasks.
Диспетчеры задач используются как в контексте интеллектуального анализа данных, так и в торговых операциях, чтобы облегчить организацию задач Task.
Görev (Task) yöneticileri, görevlerin düzenlenmesini kolaylaştırmak için hem veri madenciliği hem de ticaret işlemleri bağlamında kullanılır.
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.
Например, вы можете настроить диспетчер задач для обработки задач, связанных с определенным набором индикаторов, используемых с определенной стратегией. Или, например, организовать несколько сеансов тестирования на истории.
Örneğin, belirli bir stratejiyle kullanılan belirli bir gösterge setiyle ilgili görevleri yerine getirmek için bir görev yöneticisi kurabilirsiniz. Veya, örneğin, birden fazla geriye dönük test oturumu düzenlemek için.
Tip: The key aspect of a task manager is that it allows starting and stopping all tasks at once.
Tip: Ключевым аспектом диспетчера задач является то, что он позволяет запускать и останавливать все задачи сразу.
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
Tip: When a menu item is grayed out, it means that Task Manager already has the required child type that the menu item may add, and only that child is allowed for that case.
Task Manager Children
The Task Manager node has the following childrenNodesProperties:
The Tasks node property features the following properties:
- name: tasks
- type: array
- childType: Task
- 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: