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

Schedule a batch of one-off and recurring commands.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Commanded.Scheduler.ScheduleBatch{
  schedule_once: [Commanded.Scheduler.ScheduleBatch.Once.t()],
  schedule_recurring: [Commanded.Scheduler.ScheduleBatch.Recurring.t()],
  schedule_uuid: String.t()
}