Method Show
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Show(IEngine, string, string, CallToAction, bool)
Shows the OkCancelDialog 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?", OkCancelDialog.CallToAction callToAction = CallToAction.OK, bool showScriptAbortPopup = true)
Parameters
engineIEngineLink with DataMiner.
messagestringMessage to be displayed to the user.
titlestringTitle of the dialog.
callToActionOkCancelDialog.CallToActionSpecifies what button should get the CallToAction style.
showScriptAbortPopupboolSpecifies whether a popup is shown when the user aborts the script from this dialog.