Tasker::Methods
Instance methods
Creates a once off task that occurs at a particular date and time
Create a repeating event that uses a CRON line to determine the trigger time
Creates repeating task Schedules the repeat after executing the task
Creates a once off task that occurs in the future
timeout(period : Time::Span, &callback : -> _)
Source