MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / onExecutionPaused

Function onExecutionPaused

packages/hosts/mcp/src/tool-server.ts:602–603  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

600 mode: "model",
601 } as const);
602 const onExecutionPaused = (executionId: string): Effect.Effect<void> =>
603 config.pausedExecutionHooks?.onExecutionPaused?.(executionId) ?? Effect.void;
604 const onResumeStarted = (executionId: string): Effect.Effect<void> =>
605 config.pausedExecutionHooks?.onResumeStarted?.(executionId) ?? Effect.void;
606 const onResumeSettled = (executionId: string): Effect.Effect<void> =>

Callers 3

executeCodeFunction · 0.85
resumeExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected