MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / stop

Method stop

src/runtime/adapters/scheduler.ts:559–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557 }
558
559 // -------------------------------------------------------------------------
560 // Lifecycle
561 // -------------------------------------------------------------------------
562
563 async stop(): Promise<void> {
564 for (const [, job] of this.jobs) {
565 job.task?.stop();
566 }
567 this.jobs.clear();
568 console.log("[SchedulerAdapter] All jobs stopped.");

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected