Table of Contents

Method GetScriptOutput

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetScriptOutput(string)

Returns the script output of the specified key.

public virtual string GetScriptOutput(string key)

Parameters

key string

The key of the entry for which the value should be retrieved.

Returns

string

The value of the specified key or null when the specified key cannot be found.

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.