Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ halt
Method
halt
tests/gtest_coroutines.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
{}
34
35
virtual void halt() override
36
{
37
// Cleanup when halted
38
start_time_ = Timepoint::min();
39
halted_ = true;
40
BT::CoroActionNode::halt();
41
}
42
43
bool wasHalted()
44
{
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected