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();
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.