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

Function proxyUpdateRunStatus

src/app/service/offscreen/client.ts:25–30  ·  view source on GitHub ↗
(
  windowMessage: WindowMessage,
  data: { uuid: string; runStatus: SCRIPT_RUN_STATUS; error?: any; nextruntime?: number }
)

Source from the content-addressed store, hash-verified

23}
24
25export function proxyUpdateRunStatus(
26 windowMessage: WindowMessage,
27 data: { uuid: string; runStatus: SCRIPT_RUN_STATUS; error?: any; nextruntime?: number }
28) {
29 return sendMessageToServiceWorker(windowMessage, "script/updateRunStatus", data);
30}
31
32export function runScript(msgSender: MessageSend, data: ScriptRunResource) {
33 return sendMessage(msgSender, "offscreen/script/runScript", data);

Callers 2

execScriptMethod · 0.90
stopScriptMethod · 0.90

Calls 1

Tested by

no test coverage detected