Quote:
Originally Posted by TylerMitton 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