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

When a subscript fails or throws an exception, its script output will still be filled in.