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(\type $_class,\type $_function,\type $_option = ''): \type Parameters \type $_class \type $_function \type $_option Returns\type
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