Tarearbol.run_at

You're seeing just the function run_at, go back to Tarearbol module for more information.
Link to this function

run_at(job, at, opts \\ [])

View Source

Specs

run_at(
  (() -> any()) | {atom(), atom(), list()},
  DateTime.t() | String.t(),
  keyword()
) :: Task.t()

Runs a task specified by the first argument at a given time.

If the second parameter is a [DateTime] struct, the task will be run once. If the second parameter is a [Time] struct, the task will be run at that time on daily basis.