Click or drag to resize

SuspendableDocumentNodeReportSuspendedNodesProblems Method

Reports all suspended nodes in the document tree.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ReportSuspendedNodesProblems(
	IDocumentLeafNode node
)

Parameters

node  IDocumentLeafNode
The root node.

Return Value

Boolean
true if suspended nodes were detected; otherwise, false.
See Also