Automation script : Information events
6th August 2024
Hi Wale, You can do this by updating the runtime flags. // To disable the information events: engine.SetFlag(RunTimeFlags.NoInformationEvents); // To enable the information events: engine.UnSetFlag(RunTimeFlags.NoInformationEvents);