Add a command to the end of the command list.
Type of the Command
Optional list of event guards for this commands execution
Should be executed when the command has finished
Main macro command execution entry.
Execute next command from the subCommands list as FiFo (first in, first out). If there are no commands left, executeComplete will be called.
Provide a listener and optional scope to be called when this command is completed
Event listener function
Scope of the listener function
Macro command provides the functionality of sequential execution of a sub-command batch.
Kristaps Peļņa