View Source Chaperon.Action.Loop (doma_chaperon v0.3.2)
Action that executes a given Chaperon.Actionable repeatedly for a given
duration.
Link to this section Summary
Link to this section Types
@type duration() :: non_neg_integer()
@type t() :: %Chaperon.Action.Loop{ action: Chaperon.Actionable, duration: duration(), started: DateTime.t() }