getName
Get the name of the Job
new Job('test', R.debug).getName();
// test
Get the name of the Job
new Job('test', R.debug).getName();
// test
Schedule the job.
new Job('test', R.debug).everyDay().atHour(8).schedule();
// schedule the job that runs at 8:00 every day
Get the generated cron expression.
Contribute on Github! Edit this section.