kvasir_agent v0.0.1-proto4b Kvasir.Command.Meta View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kvasir.Command.Meta{
  created: term(),
  dispatch: :single | :multiple,
  dispatched: term(),
  id: String.t(),
  scope: :global | {:instance, term()},
  timeout: :infinity | pos_integer(),
  wait: :dispatch | :execute | :apply
}