Property ScriptAbortPopupBehavior
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
ScriptAbortPopupBehavior
Gets or sets the behavior of the popup shown whenever the script is aborted. This popup is shown when the window in which the Dialogs are shown is closed by the user and asks for confirmation whether the script can be stopped or not. OnDialogLevel causes the ShowScriptAbortPopup value of the currently displayed Dialog to determine whether the popup should be shown or not. HideAlways causes the popup to never be displayed, regardless of the ShowScriptAbortPopup value of the displayed Dialog. ShowAlways causes the popup to always be displayed, regardless of the ShowScriptAbortPopup value of the displayed Dialog.
public ScriptAbortPopupBehavior ScriptAbortPopupBehavior { get; set; }