
Re: Passing Parameters to Tasks
AFAIK you can't pause a task, just start of stop it! but why would you want to pause it? would it really matter? whats the difference between starting and stopping it? I have been

(poking) around in RobotC and had no luck figuring out a way to pass variables to a task, and since my RobotC trail ran out, I havnt been able to test new ideas. I am trying to figure out how the StartTask() works. Once I have done that, I might be able to figure out a way to pass variables.
EDIT: Yes! On the cortex it is possible to Pause and Resume tasks. you would just get the task you want to continue running to call the pause and resume for every other task.