I have a scheduled task that uses Cute FTP to get files from an offsite server, a script reformats the file and imports into a SQL db. It runs every 5 minutes @ 10 hours a day/5 days a week.
Sometimes the task doesn't complete before the next scheduled event. Is there a way to indicate to Windows Scheduler to not run if the previous task hasn't completed?
Sometimes the task doesn't complete before the next scheduled event. Is there a way to indicate to Windows Scheduler to not run if the previous task hasn't completed?