Ating for MQL5
Loading...
Searching...
No Matches
TaskManager Class Reference

Manages and executes a collection of tasks. More...

Public Member Functions

 TaskManager (void)
 Default constructor for TaskManager.
 
void RunAllTasks (void)
 Executes all the tasks currently in the task manager.
 

Public Attributes

CHashMap< int, BaseTask * > Tasks
 A map of tasks where keys are integers and values are task pointers.
 

Detailed Description

Manages and executes a collection of tasks.

Constructor & Destructor Documentation

◆ TaskManager()

TaskManager::TaskManager ( void )
inline

Default constructor for TaskManager.

Member Function Documentation

◆ RunAllTasks()

void TaskManager::RunAllTasks ( void )

Executes all the tasks currently in the task manager.

Member Data Documentation

◆ Tasks

CHashMap<int, BaseTask*> TaskManager::Tasks

A map of tasks where keys are integers and values are task pointers.


The documentation for this class was generated from the following file: