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

Cancel a one-off or recurring scheduled command.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Commanded.Scheduler.CancelSchedule{
  name: String.t(),
  schedule_uuid: String.t()
}