Zep.Schemas.Task (Zep v1.0.0)

Copy Markdown View Source

An async task/job handle, as returned by long-running operations.

Summary

Types

t()

@type t() :: %Zep.Schemas.Task{
  created_at: String.t() | nil,
  status: String.t() | nil,
  task_id: String.t() | nil
}