Job.apex

  • Docs
  • Tutorials
Docs Menu
  • Job
  • Job Methods
    • Constructors
    • Common Methods
    • Cron Expression Job Methods
    • Repeating Job Methods
  • Jobs Methods

Job Methods Guide

Methods in Job.apex

Job Method Reference

Here is the reference of methods of Job.apex. You can use these methods in the way below:

new Job('test', new CustomJob())
    .everyDay()
    .atHour(8)
    .schedule();

Contribute on Github! Edit this section.