Click or drag to resize

SuspendableDocumentNodeReportParentChildAndDisposedProblems Method

Starting from the provided root node, this function reports any missing Pa Reports the parent child and disposed problems.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ReportParentChildAndDisposedProblems(
	IDocumentLeafNode node,
	bool showFinalLineEvenWithNoProblems
)

Parameters

node  IDocumentLeafNode
The node to start with.
showFinalLineEvenWithNoProblems  Boolean
If true, a final line is written to the console even when no problems have occured.

Return Value

Boolean
True if any problems were detected, otherwise false.
See Also