SuspendableDocumentNodeReportSuspendedNodesProblems Method |
Reports all suspended nodes in the document tree.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ReportSuspendedNodesProblems(
IDocumentLeafNode node
)
Parameters
- node IDocumentLeafNode
- The root node.
Return Value
Booleantrue if suspended nodes were detected; otherwise,
false.
See Also