We're looking for a way to prevent a job from running during a specific time window. In our case, we care about the NY Stock Exchange trading hours. So we would like to prevent a job from running from 9:30am - 4:00pm EST.
We tried using Time Exceptions but that only prevents a regular schedule from triggering the job, we want to prevent manual triggering (ie. accidental) as well.
Any ideas?