Job.apex

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

Constructors Guide

Constructors

Constructors

Here are the constructors for Jobs.

ConstructorDescription
Job(String, Func)Construct a Job with the name and Func as executor
Job(String, Schedulable)Construct a Job with the name and the schedulable

Contribute on Github! Edit this section.