PipelineTask: set finished_event InterruptionFrame is received

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-10 20:27:24 -07:00
parent a1c07039ee
commit c33b81bb92
3 changed files with 13 additions and 4 deletions

View File

@@ -862,7 +862,7 @@ class InterruptionFrame(SystemFrame):
with other frames (so the order is not guaranteed).
Parameters:
wait_event: If not None, the event will be set when the frame
finished_event: If not None, the event will be set when the frame
reaches the end of the pipeline.
"""