Technical Requirements
The code for the chapter can be found here: https://github.com/PacktPublishing/Mastering-Apex-Programming/tree/Chapter-10
The following topics are covered in this chapter:
- When to use Scheduled Apex jobs
- Defining a Schedulable Apex class
- Invoking Scheduled Apex
- Testing scheduled jobs and Apex scheduling
Let's start by reviewing the two main use cases for Scheduled Apex.