MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / startTask

Function startTask

src/client/apiClient.ts:13–18  ·  view source on GitHub ↗
(
    body: Commands["start_task"]["input"],
    options?: InvokeOptions
)

Source from the content-addressed store, hash-verified

11import type { Commands } from "./_apiTypes.d.ts";
12
13export async function startTask(
14 body: Commands["start_task"]["input"],
15 options?: InvokeOptions
16): Promise<Commands["start_task"]["output"]> {
17 return await pyInvoke("start_task", body, options);
18}
19
20export async function stopTask(
21 body: Commands["stop_task"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected