I have read a number of threads concerning the Scheduler (including this which is quite detailed: but I cannot see how to code my program to add a scheduled task to run at a specific time daily.
Do I have to setup a task for each day of the week with JOB_RUN_PERIODICALLY, or is there a simpler way?
Also, I notice that in a Scheduled Task's settings, it is possible to stop the task if it runs for a certain period. Can this be programmed as well?
Any help would be appreciated.
Do I have to setup a task for each day of the week with JOB_RUN_PERIODICALLY, or is there a simpler way?
Also, I notice that in a Scheduled Task's settings, it is possible to stop the task if it runs for a certain period. Can this be programmed as well?
Any help would be appreciated.