-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference EventReturn
S2NX7 edited this page Oct 10, 2025
·
3 revisions

The unit that returns your flow and value back to the Complete port of the initial trigger unit.
Input Ports
- enter : Control Input triggered when returning back to the original event or method.
- value : The value to return to the initial trigger unit.
-
data : The data output from the
ReturnEventUnit
. Required for the unit to know which unit to return to, unless this unit is used as a method return in the C# Generator.