From a protocol you can trigger an automation script, but everytime an information event "script started ... by (NO_INFORMATION)" is generated.
Is there a way you can launch a script from a protocol QAction but without DataMiner generating the script started event?
If I'm not mistaken this is possible for doing a parameter set?
SetParameterMessage setInfo = new SetParameterMessage();
setInfo.DisableInformationEventMessage = true;
There's currently no way to prevent the "Script Started" information event from being generated when starting an automation script.