cronstatus

Cronstatus Class provided by System for Cronjob stati.

package

SYSTEM\CRON

Methods

Convert Cron Status to a text value.

text(integer $status) : string
static

Arguments

$status

integer

Value from this Class

Response

string

Returns the requested status as text

Constants

int Cron executed successfully

CRON_STATUS_SUCCESFULLY

int Cron is running

CRON_STATUS_RUNNING

int Cron execution failed within the Cronjob

CRON_STATUS_FAIL

int Cron execution failed because of Problems with the Cron-Class

CRON_STATUS_FAIL_CLASS

int Placeholder where Userstates should start

CRON_STATUS_USER_STATES