Table of Contents

Method RequestManualMode

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

RequestManualMode(Action)

Switches the event loop to manual control. This mode allows the dialog to be updated without user interaction using Update(). The passed action method will be called when all events have been processed. The app returns to automatic user interaction mode when the method is exited.

public void RequestManualMode(Action action)

Parameters

action Action

Method that will control the event loop manually.