View Source Chaperon.Action.Loop (chaperon v0.3.1)

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()
}