Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
snapshotPageProps
Function · 0.65
RuntimeSetting
Function · 0.65
index.tsx
File · 0.65
CloudScriptPlan
Function · 0.65
Setting
Function · 0.65
Tools
Function · 0.65
calculateMD5FromArrayBuffer
Function · 0.65
calculateHashFromArrayBuffer
Function · 0.65
openInCurrentTab
Function · 0.65
parseUserConfig
Function · 0.65
writeScript
Method · 0.65
writeResource
Method · 0.65
Calls
no outgoing calls
Tested by
1
createMockWin
Function · 0.52