Method Show
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Show(bool)
Shows the dialog window.
Also loads changes and triggers events when requireResponse
is true
.
public void Show(bool requireResponse = true)
Parameters
requireResponse
boolIf the dialog expects user interaction.
Remarks
Should only be used when you create your own event loop.