MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / finish_handler

Method finish_handler

comfy_execution/progress.py:231–234  ·  view source on GitHub ↗
(self, node_id: str, state: NodeProgressState, prompt_id: str)

Source from the content-addressed store, hash-verified

229
230 @override
231 def finish_handler(self, node_id: str, state: NodeProgressState, prompt_id: str):
232 # Send progress state of all nodes
233 if self.registry:
234 self._send_progress_state(prompt_id, self.registry.nodes)
235
236class ProgressRegistry:
237 """

Callers

nothing calls this directly

Calls 1

_send_progress_stateMethod · 0.95

Tested by

no test coverage detected