Method Show
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Show(IEngine, string, string, CallToAction, bool)
Shows the YesNoDialog without passing through the InteractiveController This will block any further script execution until the user interacts with the dialog.
public static bool Show(IEngine engine, string message, string title = "Are you sure?", YesNoDialog.CallToAction callToAction = CallToAction.Yes, bool showScriptAbortPopup = true)
Parameters
engine
IEngineLink with DataMiner.
message
stringMessage to be displayed to the user.
title
stringTitle of the dialog.
callToAction
YesNoDialog.CallToActionSpecifies what button should get the CallToAction style.
showScriptAbortPopup
boolSpecifies whether a popup is shown when the user aborts the script from this dialog..