Property ScriptName
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
ScriptName
Gets the name of the triggered script.
public string ScriptName { get; }
Property Value
- string
The name of the triggered script.
Examples
engine.Log(engine.ScriptName);
Remarks
Feature introduced in DataMiner 10.5.12 (RN 43840).