MCPcopy
hub / github.com/xpf0000/FlyEnv / PlatformSystemScheduler

Interface PlatformSystemScheduler

src/fork/module/Cron/SystemScheduler.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { WindowsSystemScheduler } from './WindowsSystemScheduler'
8
9interface PlatformSystemScheduler {
10 install(job: CronJob): Promise<void>
11 remove(jobId: string): Promise<void>
12 listSystemTasks(): Promise<SystemScheduledTask[]>
13 deleteSystemTask(id: string): Promise<void>
14}
15
16export class CronSystemScheduler {
17 private unixScheduler: UnixSystemScheduler

Callers 13

applyMethod · 0.65
resetHtmlThemeTagFunction · 0.65
handleEditFunction · 0.65
handleEditFunction · 0.65
handleVersionFunction · 0.65
handleBrewVersionFunction · 0.65
handlePodmanVersionFunction · 0.65
showMethod · 0.65
getWordWidthsMethod · 0.65
listSystemTasksMethod · 0.65
listSystemTasksMethod · 0.65
deleteSystemTaskMethod · 0.65

Implementers 2

UnixSystemSchedulersrc/fork/module/Cron/UnixSystemSchedul
WindowsSystemSchedulersrc/fork/module/Cron/WindowsSystemSche

Calls

no outgoing calls

Tested by

no test coverage detected