Table of Contents

Method StartScript

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

StartScript()

Starts the subscript.

public void StartScript()

Examples

var script = engine.PrepareSubScript("My SubScript");

script.SelectDummy("matrix", 200, 400);
script.SelectScriptParam("input", Convert.ToString(inputId));
script.SelectScriptParam("output", Convert.ToString(outputId));
script.StartScript();

Exceptions

DataMinerException

Running the sub-script failed.