Difference between revisions of "Scheduled Job Log"

From AgileApps Support Wiki
imported>Aeric
(Created page with "'''Settings > Monitor > Scheduled Job Log''' This page shows the status of scheduled jobs. ''Learn more:'' :* Job Scheduler :* Java API:Schedule a Job")
 
imported>Aeric
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Settings > Monitor > Scheduled Job Log'''
'''[[File:GearIcon.png]] > Administration > Monitor > Scheduled Job Log'''


This page shows the status of scheduled jobs.
This page shows the status of scheduled jobs. It tells:
:* Who scheduled the job, and when
:* The class that defines the operations to perform.
:* Whether or not the job is currently running
:* The next time the job will be run.


''Learn more:''
''Learn more:''
:* [[Job Scheduler]]
:* [[Scheduled Rules]]
:* [[Scheduled Jobs]]
:* [[Java API:Schedule a Job]]
:* [[Java API:Schedule a Job]]
<noinclude>
[[Category:System Administration]]
</noinclude>

Latest revision as of 22:11, 9 March 2015

GearIcon.png > Administration > Monitor > Scheduled Job Log

This page shows the status of scheduled jobs. It tells:

  • Who scheduled the job, and when
  • The class that defines the operations to perform.
  • Whether or not the job is currently running
  • The next time the job will be run.

Learn more: