MCPcopy
hub / github.com/node-cron/node-cron / nextRun

Method nextRun

src/scheduler/runner.ts:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 nextRun(){
261 return this.timeMatcher.getNextMatch(new Date());
262 }
263
264 stop(){
265 this.running = false;

Callers 2

runner.test.tsFile · 0.80
getNextRunMethod · 0.80

Calls 1

getNextMatchMethod · 0.80

Tested by

no test coverage detected