Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ stop
Method
stop
src/scheduler/runner.ts:264–270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
stop(){
265
this.running = false;
266
if
(this.heartBeatTimeout) {
267
clearTimeout(this.heartBeatTimeout);
268
this.heartBeatTimeout = undefined;
269
}
270
}
271
272
isStarted(){
273
return
!!this.heartBeatTimeout && this.running;
Callers
1
execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected