Just set the job to run "synchronous" and specify 230400 seconds for "timeout" (8*60*60). 24x7 will terminate your program after 8 hours of run. If you need to run other jobs while this is running, assing it to a separate job queue so it does not hold other jobs. : I have a simple question, that I assume would have a simple answer. : I want to start an application (EXE file) and END the same application after : an 8 hour run time. We were able to start the process with no problem. : However, when we end the process it tries to RESTART the program : automatically. : In essence, we want the current application to EXIT before starting the new : instance of the application. Any tips or examples for ENDING/EXITING an : application using the 24x7 software?
|