all() all( $_order = false): array Return an array of all cron object Parameters $_order Returnsarray
byId() byId(integer $_id): object Get cron object associate to id Parameters integer $_id Returnsobject
byClassAndFunction() byClassAndFunction(string $_class,string $_function,string $_option = ''): object Return cron object corresponding to parameters Parameters string $_class string $_function string $_option Returnsobject
searchClassAndFunction() searchClassAndFunction(string $_class,string $_function,string|array $_option = ''): array<mixed,\cron> Parameters string $_class string $_function string|array $_option Returnsarray<mixed,\cron>
getPidFile() getPidFile(): integer Return the current pid of jeecron or empty if not running Returnsinteger
remove() remove( $halt_before = true): boolean Remove cron object Parameters $halt_before Returnsboolean
run() run( $_noErrorReport = false) Launch cron (this method must be only call by jeecron master) Parameters $_noErrorReport Throws \Exception