Is it possible to programmatically temporarily pause the execution of registered scheduled tasks? We would like to be able to inactivate the execution without having to change the tasks configuration and restart the application.
A very simple solution could be a website setting with a IF statement in the task. (If you have more then 1 website you might need to get the specific website, or use a setting on another level)