chaperon v0.3.1 Chaperon.Action.Loop View Source

Action that executes a given Chaperon.Actionable repeatedly for a given duration.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Chaperon.Action.Loop{
  action: Chaperon.Actionable,
  duration: duration(),
  started: DateTime.t()
}