Child pages
  • scheduler

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Note
titleWhere is the method executed?

The scheduled methods are executed in the client in which they are started. This means that if the client is closed, the scheduled method(s) will not run anymore. See Batch Processors for information how to continuously run methods in the background, in a client that will not be closed (automatically)


HTML Table
idclassservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#addCronJob(jobname, cronTimings, globalMethod, [startDate], [endDate], [arguments])
Adds a cron job to the scheduler.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#addJob(jobname, startDate, globalMethod, [repeatInterval(ms)], [repeatCount], [endDate], [arguments])
Adds a job to the scheduler.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getCurrentJobNames()
Returns an array with the current jobs.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getLastRunJobName()
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#removeJob(jobname)
Removes a job from the scheduler.

...