OptionalallTerminate output stream if all the input streams finish. In particular, output stream will be terminated if no inputs were ever connected.
OptionalallTerminate output stream if all the input streams from the list are finished.
OptionalanyTerminate output stream if any of the input streams ends. This includes streams added after the output was registered. In particular, output stream will not be terminated if no inputs were ever connected.
OptionalanyTerminate output stream if any of the input streams from the list are finished.
This type defines when end of an input stream should trigger end of the output stream. Only one of those fields can be set at the time. Unless specified otherwise the input stream is considered finished/ended when:
BYE) was received.Export
OutputEndCondition