Click or drag to resize

IShutdownServiceCurrentReasonPreventingShutdown Property

Gets the current reason that prevents shutdown. If there isn't any reason, returns null. If there are multiple reasons, only one of them is returned.

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

Property Value

String
Remarks
This property is thread-safe.
See Also