Table of Contents

Method Run

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

Run(Dialog)

Starts the application event loop. Updates the displayed dialog after each user interaction. Only user interaction on widgets with the WantsOnChange property set to true will cause updates. Use RequestManualMode(Action) if you want to manually control when the dialog is updated.

public void Run(Dialog startDialog)

Parameters

startDialog Dialog

Dialog to be shown first.