Task Scheduler Issues
-
Thursday, January 24, 2013 6:45 AM
I know I can configure the task scheduler, to do not start a new instance or stop the existing instance.
However, when I set either one of this, and pressed multiple runs on the task which runs a java application, it seems like 2 or more processes are still running, thus I would like to know that if this task scheduler really ended that instance or not.
I tried running my application in command prompt , then running the same task which runs the same application in task scheduler, I clicked run and it seems like both are still running even though i have set the settings above.
By the way, the properties are run whether user is logged on or not, and running with the highest privileges.
All Replies
-
Sunday, January 27, 2013 11:07 AM
would like to know
do not start a new instance for task scheduler applies to only scheduler but not by manually running?
-
Sunday, January 27, 2013 7:22 PM
Do you get any message in task scheduler like task completed successfully?
Try process explorer or resource monitor if you have win7/srv2008r2 to see if the processes are still running.

