MCPcopy
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.tsFile · 0.65
runner.test.tsFile · 0.65
onErrorFunction · 0.65
onFinishedFunction · 0.65
onOverlapFunction · 0.65
stopMethod · 0.65
bindFunction · 0.65

Implementers 2

InlineScheduledTasksrc/tasks/inline-scheduled-task.ts
BackgroundScheduledTasksrc/tasks/background-scheduled-task/ba

Calls

no outgoing calls

Tested by 3

onErrorFunction · 0.52
onFinishedFunction · 0.52
onOverlapFunction · 0.52