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

Function stopTask

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

Source from the content-addressed store, hash-verified

18}
19
20export async function stopTask(
21 body: Commands["stop_task"]["input"],
22 options?: InvokeOptions
23): Promise<Commands["stop_task"]["output"]> {
24 return await pyInvoke("stop_task", body, options);
25}
26
27export async function debug(
28 body: Commands["debug"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected