Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.65
sandbox_test.js
File · 0.65
gm_api_sync_test.js
File · 0.65
gm_api_async_test.js
File · 0.65
NetDisk
Function · 0.65
delete
Method · 0.65
setEnableBackground
Function · 0.65
setAppColorTheme
Function · 0.65
emptyScript
Function · 0.65
writeClipboardText
Function · 0.65
transferSyncToLocal
Method · 0.65
_set
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected