Property SkipStartedInfoEvent
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SkipStartedInfoEvent
Gets or sets a value indicating whether the script will generate a 'Script started' information event. This is supported from DataMiner 10.3.0/10.2.8 onwards.
From DataMiner 10.4.12/10.5.0 (RN 40867) onwards, this is true
by default, while in earlier DataMiner versions it is false
.
public bool SkipStartedInfoEvent { get; set; }
Property Value
- bool
true
if the script will not generate a 'Script started' information event; otherwise,false
.