Click or drag to resize

IShutdownServiceIsApplicationClosing Property

Gets a value indicating whether the application is closing.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsApplicationClosing { get; }

Property Value

Boolean
true if the application closing; otherwise, false.
See Also