tarearbol v0.99.8 Tarearbol.Scheduler.Job behaviour View Source
A struct holding the job description. Used internally by Tarearbol.Scheduler
to preserve a list of scheduled jobs.
Link to this section Summary
Functions
Produces a Tarearbol.Scheduler.Job
by parameters given
Link to this section Types
The struct containing the information about the job
Link to this section Functions
Link to this function
create(name, runner, schedule)
View Sourcecreate( name :: binary(), runner :: Tarearbol.Scheduler.runner(), schedule :: Tarearbol.Scheduler.schedule() ) :: t()
Produces a Tarearbol.Scheduler.Job
by parameters given
Link to this section Callbacks
The implementation to be run on schedule