Enum ClosingMode
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
Defines closing mode values.
public enum ClosingMode
Fields
Abort = 2
This value is seen as the 'Undefined' state. The window will be closed, but it is caused by external reasons (connection problems, invalid arguments, exceptions, undesired (UI) behavior, etc.).
Continue = 0
This value is seen as the 'True' state. Closing a window must continue.
Stop = 1
This value is seen as the 'False' state. Closing a window must be prevented.