An open API service indexing awesome lists of open source software.

https://github.com/alan-null/switchabletask

Switchable Sitecore schedule task is a tiny feature for switching schedule tasks on and off with checkbox
https://github.com/alan-null/switchabletask

Last synced: 3 months ago
JSON representation

Switchable Sitecore schedule task is a tiny feature for switching schedule tasks on and off with checkbox

Awesome Lists containing this project

README

        

# Switchable Sitecore Schedule task

## Why?
Sitecore schedule tasks allows you to define schedule time with `schedule` field.
There is no simple way to just disable/enable tasks later without touching this field.

This small module improves schedule tasks by adding additional **on/off** checkbox to it.

## How it works?
More details about implementation you can be found [on my blog](https://alan-null.github.io/2016/03/switchable-schedule-task)