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
engineIEngineLink with the SLAutomation process.
loggerILoggerOptional logger to log events and errors.
Exceptions
- ArgumentNullException
When engine is null.