Current section

Files

Jump to
mozart lib mozart task send.ex
Raw

lib/mozart/task/send.ex

defmodule Mozart.Task.Send do
@moduledoc false
defstruct [
:name,
:next,
:uid,
:message,
:start_time,
:finish_time,
:duration,
:process_uid,
type: :send
]
end