MCPcopy
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.tsFile · 0.80
startMethod · 0.80

Calls 1

isStartedMethod · 0.95

Tested by

no test coverage detected