Through a separate VC job that has several tasks, we kick off an executable each night which runs for a variable amount of time. Generally, the process completes within 4-5 hours, but occassionally longer. If it runs beyond 9 hours, we want to be alerted that the job is still running and that it may have encountered a probelm - or at least needs to be reviewed.
Can anyone suggest how I might monitor for something like this and send a email alert if the process runs too long?