Current section

Files

Jump to
mozart lib mozart task prototype.ex
Raw

lib/mozart/task/prototype.ex

defmodule Mozart.Task.Prototype do
@moduledoc false
defstruct [
:name,
:data,
:next,
:uid,
:start_time,
:finish_time,
:duration,
:process_uid,
type: :prototype
]
end