Hi all,
when we set a parameter via the "element.SetParameter()" method in an automation script. Is it possible to make it so that there is no information event been created? As by default this happens.
Thomas Warnez [SLC] [DevOps Advocate] Selected answer as best 1st July 2024
Hi Thomas,
It should be possible to disable this behaviour by updating the RunTimeFlag as such:
engine.SetFlag(RunTimeFlags.NoInformationEvents);
More details can be found on the following documentation page: Enum RunTimeFlags | DataMiner Docs
Kind regards,
Thomas Warnez [SLC] [DevOps Advocate] Selected answer as best 1st July 2024