Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ Cancel
Method
Cancel
src/interface/aimrt_module_cpp_interface/executor/timer.h:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
virtual void ExecuteTask() = 0;
27
28
void Cancel() { cancelled_ = true; }
29
30
[[nodiscard]] bool IsCancelled() const { return cancelled_; }
31
Callers
6
StopPulisher
Method · 0.80
Initialize
Method · 0.80
Shutdown
Method · 0.80
Shutdown
Method · 0.80
Start
Method · 0.80
Shutdown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected