SproutCMS

This is the code documentation for the SproutCMS project

function failure()

Report that a cron job failed.
Should be used with a return statement to end the execution of the job.

Usage

void Cron::failure ( [ mixed $message ] );

Arguments

  1. $message = ''

Return value

  • void