We typically have all of our jobs execute a vb.net console exe. In that console exe, it runs code, then modifies a sql record indicating a success or failure and then exits gracefully. How do I return a true/false back to visual cron so it knows that my job failed/succeeded based on code, not the exe exit code? Is that even possible. What I really want to do is be able to pass back to visual cron a custom exit code to indicate certain things. I also want to know if there is a way to just do a notify when a job takes to long instead of killing it.
Thanks