const classcron::CronService
sys::Obj cron::CronService : sys::Service
CronService
This addJob(Str name, Method method, Obj schedule)
Add a CronJob to this service.
const File dir := Env.cur().workDir() + `cron/`
Directory for job config and logs.
const Int jobLogLimit := 30
Number of logs to keep per job.
List current jobs.
new make(|This? f := null)
Constructor.
virtual override Void onStart()
Start service.
virtual override Void onStop()
Stop service will block until all jobs are complete.
Remove given job from service.