mt4cpp
|
The collection of commands connected with scheduler. More...
Go to the source code of this file.
Classes | |
class | mt4cpp::CommandHistory |
Functions | |
CommandDesc | mt4cpp::findCommandDescriptor (const CommandHistory &history, CommandID id) |
find the command descriptor of given ID. If the command is not found in history returns default Descriptor (id=0, status=NONE) More... | |
CommandID | mt4cpp::executeAsynchronouslyAndRemember (Scheduler &scheduler, CommandHistory &history, PCommand cmd) |
CommandID | mt4cpp::executeSynchronouslyAndRemember (Scheduler &scheduler, CommandHistory &history, PCommand cmd) |
The collection of commands connected with scheduler.