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
- Host: GitHub
- URL: https://github.com/alan-null/switchabletask
- Owner: alan-null
- Created: 2016-03-24T18:39:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T08:04:45.000Z (about 9 years ago)
- Last Synced: 2025-01-15T22:43:18.318Z (4 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)