|
||
This page allows you to configure scheduled tasks.
The Site drop-down list is used for selecting a site. After a site is selected, a list of tasks scheduled for the given site will be displayed in the table below. Tasks that are not site-specific can only be viewed when (Global) is selected. When editing scheduled tasks from CMS Desk, the drop-down list is not available and only tasks of the current site can be edited.
Next to the site selection drop-down list, you can find the following two buttons:
•Restart timer - restarts the scheduling timer. This button is only available when the scheduler is configured in the web.config file to use the internal timer.
•Run ASAP - immediately executes all tasks that are ready to be executed.
The New task link allows you to schedule new custom tasks. The Refresh action updates the information displayed below in the list of tasks.
The list of scheduled tasks shows the Task name, Last Run time, Next Run time, Last Result, Server name (if you are using a web farm) and number of task Executions.
The three action icons on the left of each task serve the following purpose:
• Edit - allows the properties of the task (e.g. its execution interval) to be modified.
• Delete - removes the scheduled task.
• Execute - immediately runs the task. When a task is executed manually, the scheduled time of its next execution is automatically moved forward according to the scheduling interval.
The icon is displayed in the Actions column indicates that the task should be executed by the Windows service, but was not executed for a long period of time. This typically happens when the service is not running and notifies you about the fact that it should be started for these task to be executed. After clicking the icon in the header of the Actions column, a context menu is displayed, offering options for export of listed data to various types of files.
More resources can be found at:
•Developer's Guide -> Development -> Scheduler -> Overview
•Developer's Guide -> Development -> Scheduler -> Scheduling a custom code