Table of Contents

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.

public virtual 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.