tour
16 years agoLevel 2
how to force a queued job to be cancelled? (without a job PID) is it possible?
I know that by cmd "taskkill /pid 7900 -f" we can cancel a running job by force. But is there a way to cancel a job that has been queued thus without a "job pid" ?
There are a lot of jobs that are queued and that I need to cancel by force since they are not responding by the normal way.
I normally use this cmd "TASKKILL /PID # -F" for jobs with an assigned PID (process id), but I need to find a way to cancel jobs without pid.
if someone could assist me with this, that will be great,
cheers
thanks
There are a lot of jobs that are queued and that I need to cancel by force since they are not responding by the normal way.
I normally use this cmd "TASKKILL /PID # -F" for jobs with an assigned PID (process id), but I need to find a way to cancel jobs without pid.
if someone could assist me with this, that will be great,
cheers
thanks