 | JobCunningGetAllTreeInfo method |
Provides a summary of the current tree
with the current states of its nodes as a string list.
Can be used for debugging purposes.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Cunning<string> GetAllTreeInfos()
Public Function GetAllTreeInfos As Cunning(Of String)
public:
Cunning<String^>^ GetAllTreeInfos()
member GetAllTreeInfos : unit -> Cunning<string>
Return value
CunningStringSummary of the current tree with the current states of its nodes as a string list.
See also