I realize this topic is over 5 years old. But we are looking to implement a "Maintenance Window" on our servers that run VisualCron so that Windows Updates can be applied. In a nutshell, we do not want any job to run between 1:00am and 3:00am, Monday through Saturday, and 1:00am to 11:00am on Sunday. Does this functionality exist and I just missed it, or is it still in Features Request status?
I've read over the documentation for Global - Time Exceptions and I understand that is one approach. However, I feel that using that approach can be problematic since you are relying on the user that sets up a new job to add the "Maintenance Window" collection to the Time Exceptions section of the new job in order to achieve an environment that "nothing runs between these times" regardless. I also saw the code snippet where you could connect via the API to turn the server off; however, then you have to write something to turn it on. Then you would have to schedule that ON / OFF functionality somewhere else and that seems to defeat the purpose of using VisualCron.