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. For more information, see below.

public Dictionary<string, string> GetScriptResult()

Returns

Dictionary<string, string>

The script results.

Remarks

This method can be used to pass information from a subscript to the parent script. Feature introduced in DataMiner 9.6.8 (RN 21952).