Incant.ActionResult.Job (incant v0.1.0)

Copy Markdown

Expose a background job created by an action.

Summary

Types

t()

@type t() :: %Incant.ActionResult.Job{
  id: term(),
  label: String.t() | nil,
  meta: map()
}