interface CronInterface (View source)

An interface for running cron tasks.

Methods

bool
run()

Executes a cron run.

Details

bool run()

Executes a cron run.

Do not call this function from a test. Use $this->cronRun() instead.

Return Value

bool

TRUE upon success, FALSE otherwise.