CronjobMetaInterface
in
Interface CronjobMetaInterface
Table of Contents
- executedAt() : DateTime
- Returns the last execution date of the cronjobs.
- isActive() : bool
- Returns true if the last cronjobs execution is less then one minute.
Methods
executedAt()
Returns the last execution date of the cronjobs.
public
executedAt() : DateTime
Return values
DateTime —Last execution date of cronjobs.
isActive()
Returns true if the last cronjobs execution is less then one minute.
public
isActive() : bool
Return values
bool —True if cronjob execution works properly.