CronReport
The outcome of one {@see CronRunner::run()} call: one {@see TaskResult} per task that was due, in the order the runner executed them. `hasFindings()` is true when any task failed, so a host command (Task 11's `cron:run`) exits non-zero the same way it would on a secret or a failed backup ({@see ReportInterface}).
CronReport::__construct()
public function __construct(array $results):Parameters
| Name | Type | Description |
|---|---|---|
| $results | list<TaskResult> |
CronReport::hasFindings()
public function hasFindings(): boolTrue cuando alguna tarea programada terminó con error.
CronReport::toArray()
public function toArray(): arrayLas tareas corridas como lista, cada una con su resultado.