Incant.ActionResult.Job (Incant v0.1.1)

Copy Markdown View Source

Expose a background job created by an action.

Summary

Types

t()

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