This depends how you start the application. If you start it as a synchronous process then you can tell 24x7 to kill the application after certain period of time if the application does not exit by itself. If you use a program type job to run this application make sure to specify the timeout value (change the default zero timeout, which means no timeout, to something else). If you use a script type job to launch your application and in the script use the Run method, change it to use RunAndWait method and also specify timeout value for the third parameter. : 24x7 does start the programme but don't stop the application
|