Hopefully, there is an answer to this and I'm just not seeing it!
I have an execution task that runs as part of a job for an application that simply runs up a bat file to run through a few applications. One of which needs to stay running.
What I have noticed is bat runs up and everything works as intended however the job stays at 99% and doesn't complete and if I manually kill the job it will close the exe that is run up as a result of the task starting. Ideally, I want to know can thejob exit once it's run up all the items without then killing off of programs its started up?
Thanks,
Tom