MCPcopy Create free account
hub / github.com/AshampooSystems/boden / stop

Method stop

framework/foundation/src/Timer.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void Timer::stop()
115 {
116 running = false;
117 _id++;
118 _isRunning = false;
119 }
120
121 void Timer::restart()
122 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected