Module: BehaviorTree::NodeIterators::PrioritizeRunning
- Included in:
- ControlNodeBase
- Defined in:
- lib/behavior_tree/concerns/node_iterators/prioritize_running.rb
Overview
If there’s at least one node with ‘running’ status, then iterate starting from there, in order. Else, iterate all nodes.