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

Interface NodeCron

src/node-cron.ts:182–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180export type { RunCoordinator, SkipReason } from './coordinator/run-coordinator';
181
182export interface NodeCron {
183 schedule: typeof schedule;
184 createTask: typeof createTask;
185 validate: typeof validate;
186 validateDetailed: typeof validateDetailed;
187 parse: typeof parse;
188 getTasks: typeof getTasks;
189 getTask: typeof getTask;
190 setLogger: typeof setLogger;
191 setRunCoordinator: typeof setRunCoordinator;
192}
193
194export const nodeCron: NodeCron = {
195 schedule,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected