Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ isStopped
Method
isStopped
src/scheduler/runner.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
isStopped(){
277
return
!this.isStarted();
278
}
279
280
async
execute(){
281
const
date =
new
Date();
Callers
2
runner.test.ts
File · 0.80
start
Method · 0.80
Calls
1
isStarted
Method · 0.95
Tested by
no test coverage detected