Property ClosingWindow_Result
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
ClosingWindow_Result
Gets the closing window result.
public static string ClosingWindow_Result { get; }
Property Value
- string
The closing window result.
Examples
engine.AddScriptOutput(UIVariables.VisualOverview.ClosingWindow_Result, ClosingMode.Continue.ToString());
In case the value of the variable is Stop, a Yes/No message box will be shown, asking if the window can be closed. If Yes is selected, the window will be closed.
Remarks
Note: This variable must be set for this feature to work. The value should be one of the ClosingMode enum values (converted to string).