Commanded scheduler v0.1.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() }