Table of Contents

Constructor InteractiveController

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

InteractiveController(IEngine, ILogger)

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

public InteractiveController(IEngine engine, ILogger logger = null)

Parameters

engine IEngine

Link with the SLAutomation process.

logger ILogger

Optional logger to log events and errors.

Exceptions

ArgumentNullException

When engine is null.