Click or drag to resize

SuspendableDocumentNodeBaseIsSuspended Property

Gets a value indicating whether this instance is suspended.

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

Property Value

Boolean
true if this instance is suspended; otherwise, false.

Implements

ISuspendableByTokenIsSuspended
See Also