Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
remove
Method · 0.65
task-registry.test.ts
File · 0.65
node-cron.test.ts
File · 0.65
inline-scheduled-task.test.ts
File · 0.65
bind
Function · 0.65
daemon.test.ts
File · 0.65
background-scheduled-task.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
no test coverage detected