MCPcopy Create free account
hub / github.com/simstudioai/sim / abortManualExecution

Function abortManualExecution

apps/sim/lib/execution/manual-cancellation.ts:11–19  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

9}
10
11export function abortManualExecution(executionId: string): boolean {
12 const abort = activeExecutionAborters.get(executionId)
13 if (!abort) {
14 return false
15 }
16
17 abort()
18 return true
19}

Callers 2

route.tsFile · 0.90

Calls 2

getMethod · 0.65
abortFunction · 0.50

Tested by

no test coverage detected