all() all( $_order = false) : array Return an array of all cron object Parameters $_order Returns array
byId() byId(integer $_id) : object Get cron object associate to id Parameters integer $_id Returns object
byClassAndFunction() byClassAndFunction(string $_class, string $_function, string $_option = '') : object Return cron object corresponding to parameters Parameters string $_class string $_function string $_option Returns object
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 Returns integer
remove() remove( $halt_before = true) : boolean Remove cron object Parameters $halt_before Returns boolean
run() run( $_noErrorReport = false) Launch cron (this method must be only call by jeecron master) Parameters $_noErrorReport Throws \Exception