What is the difference between the *condition* "System: on signal X" and the *action* "System: wait for signal X"?
In other words, where should we use "wait for signal"? Can you give an example of "wait for signal" proper usage?
If i use it inside a set of actions and the signal never arrives, what happens with that block of code? Potential bugs magnet?