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
DialogDialog to be shown first.