CMS Made Simple API

Async

Table of Contents

Interfaces

CronJobInterface
A simple interface to define the functions and constants needed for a cron job.

Classes

CronJob
An abstract base class for a cronjob.
ExternalHandlerJob
A type of job that calls an external function for processing. i.e: a UDT or a static function.
Job
A class defining an asynchronous job, and mechanisms for saving and retrieving that job.
JobManager
A singleton class defining a manager for asyncrhonous jobs.
RegularTask
This class allows converting an old CmsRegularTask pseudocron task into an asynchronous background job.

Traits

CronJobTrait
A Trait to define functionality for recurring cron jobs.

        
On this page

Search results