MyChat Server internal functions to work with scripts and Scripts Engine.

 

About time-scripts on MyChat Server

 

mAddAutoScriptFromString

add the time-script to the execution queue from the the formed string;

mAddAutoScriptFromTemplate

add the time script to the execution queue by the template, from ready script by its name;

mClearAutoScriptsQueue

full clearing of the time-scripts execution queue;

mClearConsole

clear the text field of the scripts execution protocol;

mDeleteAutoScriptByName

delete the time-script from the execution queue by its name;

mGetAutoScriptsCountByName

obtain the list of time-scripts with the specified name from the execution queue;

mGetAutoScriptsQueueCount

total number of the time-scripts that are scheduled for the execution queue.