Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ halt
Method
halt
src/controls/parallel_all_node.cpp:105–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void ParallelAllNode::halt()
106
{
107
completed_list_.clear();
108
failure_count_ = 0;
109
ControlNode::halt();
110
}
111
112
size_t ParallelAllNode::failureThreshold() const
113
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected