MCPcopy
hub / github.com/coder/mux / interruptRun

Method interruptRun

src/node/services/workflows/WorkflowRunner.ts:200–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 options?: { abortSignal?: AbortSignal }
199 ): Promise<unknown>;
200 interruptRun?(): Promise<void>;
201 /**
202 * Called when the run reaches a terminal state. Not called when the run is
203 * backgrounded (the background continuation re-enters run()) or when the

Callers 6

interruptWorkflowRunFunction · 0.65
interruptRunTreeMethod · 0.65
routerFunction · 0.65

Implementers 1

WorkflowTaskServiceAdaptersrc/node/services/workflows/WorkflowTa

Calls

no outgoing calls

Tested by

no test coverage detected