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