ProcessTree.visit
void visit(void delegate(Process, int depth) visitor)Visits all processes in the tree using a visitor function.
Parameters
visitor | A delegate called for each process with its depth. Example: |
void visit(void delegate(Process, int depth) visitor)Visits all processes in the tree using a visitor function.
visitor | A delegate called for each process with its depth. Example: |