CronJobTrait
A Trait to define functionality for recurring cron jobs.
Tags
Table of Contents
Properties
- $frequency : string
- $start : int
- $until : int
Properties
$frequency
public
string
$frequency
The frequency of the cron job
$start
public
int
$start
The minimum start time of the cron job. This property is adjusted after each and every execution of the cron job.
$until
public
int
$until
A unix timestamp representing when the cron job should stop recurring.