Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ onFinished
Function
onFinished
src/scheduler/runner.test.ts:61–65 ·
view source on GitHub ↗
(date, execution)
Source
from the content-addressed store, hash-verified
59
return
'task finished'
;
60
}, {
61
onFinished(date, execution){
62
resolve(execution.result);
63
runner.stop();
64
return
true;
65
}
66
});
67
runner.start();
68
});
Callers
nothing calls this directly
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected