View Single Post
  #4 (permalink)  
Old 06-15-2011, 12:16 AM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default

Quote:
Originally Posted by TylerMitton View Post
I agree that we need some way of tracking what is running and a way of stopping a specific task instead of having to track it down in the process manager... or hitting escape, which stops all running tasks. I often run several tasks at one time (using EXE versions of tasks). When I want to stop just one of those tasks it is a major pain.
tyler - I know it is a pain, but, for some of those, I have created external variables that I can read that say "pause, stop, go" and the exe reads them each time thru a loop.

then an if statement inactivates the major processes during pause, or does an stop if asked.

food for thought. Phil
Reply With Quote