= sprintf( + $this->translate( + 'This job would run every %ds. It has been disabled and will therefore not be executed as scheduled' + ), + $job->run_interval +) ?> +
+ ++job(); echo $class::getDescription() ?> +isPending()): ?> += sprintf($this->translate('This job runs every %ds and is currently pending'), $job->run_interval) ?> + += sprintf($this->translate('This job runs every %ds.'), $job->run_interval) ?> + +
+ +ts_last_attempt): ?> +last_attempt_succeeded): ?> += sprintf( + $this->translate('The last attempt succeeded at %s'), + $job->ts_last_attempt +) ?>
+ += sprintf( + $this->translate('The last attempt failed at %s: %s'), + $job->ts_last_attempt, + $this->escape($job->ts_last_error) +) ?>
+ + += $this->translate('This job has not been executed yet') ?> + + ++= $this->escape( +print_r($this->job->getProperties(), 1) +) ?> ++