Table of Contents

Method Show

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript.Dialogs
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

engine IEngine

Link with DataMiner.

message string

Message to be displayed to the user.

title string

Title of the dialog.

callToAction OkCancelDialog.CallToAction

Specifies what button should get the CallToAction style.

showScriptAbortPopup bool

Specifies whether a popup is shown when the user aborts the script from this dialog.

Returns

bool