Method GetScriptResult
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetScriptResult()
Returns a copy of the script output of the current script and, if the InheritScriptOutput option is set to “true”, the child scripts.
Dictionary<string, string> GetScriptResult()
Returns
- Dictionary<string, string>
The script results.
Remarks
Feature introduced in DataMiner 10.0.2 (RN 23936).
When a subscript fails or throws an exception, its script output will still be filled in.