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

Method destroy

src/tasks/scheduled-task.ts:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 stop(): void | Promise<void>;
141 getStatus(): string;
142 destroy(): void | Promise<void>;
143 execute(): Promise<any>;
144 getNextRun(): Date | null;
145

Callers 7

removeMethod · 0.65
node-cron.test.tsFile · 0.65
bindFunction · 0.65
daemon.test.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected