Click or drag to resize

ShutdownServiceCurrentReasonPreventingShutdown 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.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? CurrentReasonPreventingShutdown { get; }

Property Value

String

Implements

IShutdownServiceCurrentReasonPreventingShutdown
Remarks
This property is thread-safe.
See Also