Quote:
Originally Posted by cpapplefamily
< -- > Yep was quick pseudo code. I didn't put to much though into it. Are there timing charts that show how the different methods in a command react?
So the same is true with wait() and a while(true) loop that may never end that other commands would never be scheduled or executed?
|
That is correct. The Schedule that controls the commands in sequence not parallel. So if one command is stuck in the execute method then the other commands will never execute.