1 | Assigning to an eventOut sends that event at the completion of the currently executing function. |
2 | |
3 | Assigning to the eventOut multiple times during one execution of the function still only sends one event and that event is the value of the eventOut at the completion of script execution. |