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
keystringThe key of the entry for which the value should be retrieved.
Returns
Remarks
When a subscript fails or throws an exception, its script output will still be filled in.