Exqute v0.1.2 Exqute.Schedule.ScheduledJob View Source

A Scheduled Job for the Scheduler

Link to this section Summary

Functions

New Scheduled Job with a NaiveDateTime

Link to this section Types

Link to this type

t()

View Source
t() :: %Exqute.Schedule.ScheduledJob{
  job: Exqute.Schedule.Job.t(),
  time: DateTime.t()
}

Link to this section Functions

New Scheduled Job with a NaiveDateTime