WalkControl Type
Control flow for foldWalk traversal.
Union cases
| Union case |
Description
|
Full Usage:
Continue
|
Continue exploring from this node's successors. |
Full Usage:
Halt
|
Halt the entire traversal immediately and return the accumulator. |
Full Usage:
Stop
|
Stop exploring from this node (but continue with other queued nodes). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsContinue
Returns: bool
|
|
Full Usage:
this.IsHalt
Returns: bool
|
|
Full Usage:
this.IsStop
Returns: bool
|
|