RhinoAppIsExiting Property |
Returns true if Rhino is in the process of exiting, false otherwise.
This can be true even before the Closing event fires, such as when RhinoDoc.CloseDocument event is called.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.26
Syntax public static bool IsExiting { get; }
Public Shared ReadOnly Property IsExiting As Boolean
Get
Property Value
Type:
BooleanSee Also