Commanded scheduler v0.2.0 Commanded.Scheduler.ScheduleOnce View Source

Schedule a one-off command due at the given date/time (in UTC).

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Commanded.Scheduler.ScheduleOnce{
  command: struct(),
  due_at: DateTime.t() | NaiveDateTime.t(),
  name: String.t(),
  schedule_uuid: String.t()
}