MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / execSchtasks

Method execSchtasks

packages/server/src/svc/schtasks.ts:28–28  ·  view source on GitHub ↗
(args: readonly string[], options?: ExecOptions)

Source from the content-addressed store, hash-verified

26export interface SchtasksManagerDeps {
27
28 execSchtasks(args: readonly string[], options?: ExecOptions): Promise<ExecResult>;
29
30 resolveProgram(): string;
31

Callers 6

installFunction · 0.80
uninstallFunction · 0.80
startFunction · 0.80
stopFunction · 0.80
restartFunction · 0.80
statusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected