I've got a program that is on a timer and constantly runs throughout the day. It can run from every 3 seconds to every 5 minutes (or anything in between) because the program let's the choose the rate at which the program executes.
I need a way to determine if the program has ran between 8:00am and 8:06am and send an email if so (I know how to send the email part). Can anyone tell me how I can do this?
I need a way to determine if the program has ran between 8:00am and 8:06am and send an email if so (I know how to send the email part). Can anyone tell me how I can do this?