SuspendableDocumentNodeReportParentChildAndDisposedProblems Method |
Starting from the provided root node, this function reports any missing Pa Reports the parent child and disposed problems.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if any problems were detected, otherwise false.
See Also