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

Method create

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

创建新的定时任务。

(options: AgentTaskCreateOptions)

Source from the content-addressed store, hash-verified

1358 interface TaskAPI {
1359 /** 创建新的定时任务。 */
1360 create(options: AgentTaskCreateOptions): Promise<AgentTask>;
1361
1362 /** 列出所有任务。 */
1363 list(): Promise<AgentTask[]>;

Callers 15

snapshotPagePropsFunction · 0.65
RuntimeSettingFunction · 0.65
index.tsxFile · 0.65
CloudScriptPlanFunction · 0.65
SettingFunction · 0.65
ToolsFunction · 0.65
openInCurrentTabFunction · 0.65
parseUserConfigFunction · 0.65
writeScriptMethod · 0.65
writeResourceMethod · 0.65

Calls

no outgoing calls

Tested by 1

createMockWinFunction · 0.52