CronjobReaderInterface

Extends

Interface CronjobReaderInterface

package

Default

Methods

Returns all cronjobs.

getAll() : array

Response

array

Collected cronjobs with meta data about execution.

Returns a cronjob by the given identifier.

getByName(\StringType $name) : array

Arguments

$name

\StringType

Cronjob identifier.

Response

array

Cronjob of given identifier.