View Single Post
  #4  
Old 06-11-2015, 11:39 AM
MissingAFew MissingAFew is offline
Member
 
Join Date: Apr 2015
Posts: 15
Quote:
Originally Posted by Jeff View Post
Take a look at this thread. The example code posted there may help you.
I could be wrong but this seems to be checking if the movement has ended. I want it to end abruptly, before it reaches the destination. The way I have it set up right now is that the task is scheduled using the viztask.schedule(). So I think I need to kill the task, and kill the schedule.

I'm gonna look through the documentation a little more, but if you know off hand how to do this it'd be a big help.
Reply With Quote