Machine Link Events
Last updated
Was this helpful?
Last updated
Was this helpful?
In a Machine Link project the script code is executed as events that happens during different phases of the project execution.
There two types of event - per telegram and global. The telegram events must be named with the telegram name post fixed. Ie. PostParseMain_T1
where T1 is the telegram name.
The events are:
Called before anything else
Called after the execution is complete
Only on Optimization G2