Is there really no way to monitor running tasks??

Joe Krill asked on May 29, 2015 15:02

I must be missing something. I can't seem to figure out how to determine whether a given task is currently running or not. And if it is, how can I stop it prematurely? Is there a way to see a list of currently running tasks?

Recent Answers


Bryan Soltis answered on May 29, 2015 19:01

Hi Joe, In 8.2 (and I think all the way back to 8.0) you can view worker threads in the Admin / Debug section. If you are looking for a Scheduled Task status, you may be able to match it up with the associated Worker Thread.

Check out more about Debugging here.

  • Bryan
4 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.