SproutCMS

This is the code documentation for the SproutCMS project

function run()

Run a given cron schedule

Each individual job is run independently of the others using a php sub-process
This means that *any* failure of a given job will be isolated and other
jobs will continue to run

Usage

void $CronJobController->run ( string $schedule );

Arguments

  1. string $schedule
    Cron job schedule, e.g. 'daily' or 'weekly'

Return value

  • void
    Terminates script with exit status of number of failed jobs (0 = no failures)