Scheduled Jobs Management
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:Using / Maintaining an installation of OpenCms]] | [[Category:Using / Maintaining an installation of OpenCms]] | ||
+ | |||
+ | A Scheduled Job is a piece of code that runs on a regular basis. It can be one of the OpenCms jobs that's in the java class drop-down list, or you can create your own Scheduled Job in java. |
Revision as of 16:29, 27 June 2007
A Scheduled Job is a piece of code that runs on a regular basis. It can be one of the OpenCms jobs that's in the java class drop-down list, or you can create your own Scheduled Job in java.