MCPcopy Create free account
hub / github.com/6174/comflowyspace / isExecutingInterrupted

Function isExecutingInterrupted

packages/common/types/comfy-message.types.ts:64–66  ·  view source on GitHub ↗
(m: Message<keyof MessageType>)

Source from the content-addressed store, hash-verified

62 },
63
64 isExecutingInterrupted(m: Message<keyof MessageType>): m is Message<'execution_interrupted'> {
65 return m.type === "execution_interrupted"
66 },
67
68 isExecuting(m: Message<keyof MessageType>): m is Message<'executing'> {
69 return m.type === 'executing'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected