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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string? CurrentReasonPreventingShutdown { get; }
Property Value
StringRemarks This property is thread-safe.
See Also