Exqute v0.1.3 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 Sourcet() :: %Exqute.Schedule.ScheduledJob{ job: Exqute.Schedule.Job.t(), time: DateTime.t() }
Link to this section Functions
Link to this function
new(job, time)
View Sourcenew(Exqute.Schedule.Job.t(), DateTime.t() | NaiveDateTime.t()) :: t()
New Scheduled Job with a NaiveDateTime