Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


sgrose
2008-05-06T15:11:15Z
I'm using VisualCron 4.9.1. I have an application that is not a service and it needs to be running 24/7. How can I configure VC to check to see if it's running and if not restart it?
Sponsor
Forum information
Support
2008-05-06T19:05:59Z
You use the Event trigger "Process". With that event you can watch for Process end event on a certain process. So, if that event is triggers you can run an execute task that starts the process again. Notice that the task is started and hold by VisualCron and that may not be wanted. You may want to fork it instead. You can use a batch file that starts the process instead and call the batch file from VisualCron. Then, if you do that, your VisualCron Job will not be "hanging" and waiting for started process to end.

Let us know if you need further help.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top