Table of Contents

Property ShowScriptAbortPopup

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

ShowScriptAbortPopup

Gets or sets the value indicating whether a confirmation popup should be shown whenever a user decides to abort the script when this Dialog is shown. Aborting an interactive script is done by closing the window in which the dialog is displayed.

public bool ShowScriptAbortPopup { get; set; }

Property Value

bool

Remarks

Setting the ScriptAbortPopupBehavior to HideAlways or ShowAlways overrides this setting.