1 .. ==================================================
2 .. FOR YOUR INFORMATION
3 .. --------------------------------------------------
4 .. -*- coding: utf-8 -*- with BOM.
6 .. include:: ../Includes.txt
21 The Scheduler is designed to be the central place to manage all kind
22 of tasks that need to be executed on a regular basis, without needing
23 someone to actually press a button.
31 This is a view of the BE module's main screen, where you can see all
32 tasks that are currently registered with the Scheduler.
34 .. figure:: ../Images/BackendModuleMainView.png
35 :alt: Scheduler main screen
37 Main screen of the Scheduler BE module
45 The Scheduler derives from extension Gabriel, originally developed by
46 Christian Jul Jensen and further developed by Markus Friedrich.