MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / remove

Method remove

src/types/scriptcat.zh-CN.d.ts:1372–1372  ·  view source on GitHub ↗

根据 ID 删除任务。

(id: string)

Source from the content-addressed store, hash-verified

1370
1371 /** 根据 ID 删除任务。 */
1372 remove(id: string): Promise<boolean>;
1373
1374 /** 立即触发任务(不受 cron 计划限制)。 */
1375 runNow(id: string): Promise<void>;

Callers 15

gm_value_test.jsFile · 0.65
sandbox_test.jsFile · 0.65
NetDiskFunction · 0.65
deleteMethod · 0.65
setEnableBackgroundFunction · 0.65
setAppColorThemeFunction · 0.65
emptyScriptFunction · 0.65
writeClipboardTextFunction · 0.65
transferSyncToLocalMethod · 0.65
_setMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected