MCPcopy Index your code
hub / github.com/simstudioai/sim / isExecCancelled

Function isExecCancelled

apps/sim/lib/table/deps.ts:39–41  ·  view source on GitHub ↗
(exec: RowExecutionMetadata | undefined)

Source from the content-addressed store, hash-verified

37 * `writeExecutionsPatch` mirrors this status test in its `WHERE`.
38 */
39export function isExecCancelled(exec: RowExecutionMetadata | undefined): boolean {
40 return exec?.status === 'cancelled'
41}
42
43/**
44 * Cancelled AND killed after `since`. The dispatcher's tombstone test: a cell

Callers 5

deps.test.tsFile · 0.90
writeWorkflowGroupStateFunction · 0.90
cancelledBeforeRunFunction · 0.90
executeResumeJobFunction · 0.90
isExecCancelledAfterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected