BackgroundJob
Table of Contents
Interfaces
- IJob
- This interface represents a background job run with cron
- IJobList
- Interface IJobList
- IParallelAwareJob
Classes
- Job
- Base class for background jobs
- QueuedJob
- Simple base class for a one time background job
- TimedJob
- Simple base class to extend to run periodic background jobs.