Table of Contents

Constructor InteractiveController

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

InteractiveController(IEngine)

Initializes a new instance of the InteractiveController class. This object will manage the event loop of the interactive Automation script.

public InteractiveController(IEngine engine)

Parameters

engine IEngine

Link with the SLAutomation process.

Exceptions

ArgumentNullException

When engine is null.