Property SkipAbortConfirmation
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SkipAbortConfirmation
Gets or sets a value indicating whether the confirmation pop-up window when aborting a script should be shown or not.
public bool SkipAbortConfirmation { get; set; }
Property Value
- bool
true
if you want the confirmation window to not be shown when aborting a script; otherwise,false
.
Examples
UIBuilder uib = new UIBuilder();
uib.SkipAbortConfirmation = true;
Remarks
Default: false
Feature introduced in DataMiner 10.4.12 (RN 40700 web) (RN 40720 Cube)