Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ stop
Method
stop
src/tasks/scheduled-task.ts:140–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
139
start(): void | Promise<void>;
140
stop(): void | Promise<void>;
141
getStatus(): string;
142
destroy(): void | Promise<void>;
143
execute(): Promise<any>;
Callers
11
node-cron.test.ts
File · 0.65
runner.test.ts
File · 0.65
onError
Function · 0.65
onFinished
Function · 0.65
onOverlap
Function · 0.65
stop
Method · 0.65
inline-scheduled-task.test.ts
File · 0.65
introspection.test.ts
File · 0.65
bind
Function · 0.65
background-scheduled-task.test.ts
File · 0.65
run-coordinator.test.ts
File · 0.65
Implementers
2
InlineScheduledTask
src/tasks/inline-scheduled-task.ts
BackgroundScheduledTask
src/tasks/background-scheduled-task/ba
Calls
no outgoing calls
Tested by
3
onError
Function · 0.52
onFinished
Function · 0.52
onOverlap
Function · 0.52