MCPcopy Create free account
hub / github.com/Botloader/botloader / delTask

Function delTask

components/runtime/src/ts/op_wrappers.ts:116–118  ·  view source on GitHub ↗
(taskId: number)

Source from the content-addressed store, hash-verified

114 }
115
116 export function delTask(taskId: number): Promise<boolean> {
117 return op_bl_del_task(taskId)
118 }
119
120 export function delTaskByKey(pluginId: string | null, name: string, key: string): Promise<boolean> {
121 return op_bl_del_task_by_key(pluginId, name, key)

Callers

nothing calls this directly

Calls 1

op_bl_del_taskFunction · 0.85

Tested by

no test coverage detected