Is there any way to run a user event script during a specific window of time? like automatically turning off the deployment during work hours but on during after hours?
Or should I investigate an If statement in the script. Like If (datecreated is afterhours) run script ?