Kreuzcrawl.ActionResult (kreuzcrawl v0.3.0-rc.43)

Copy Markdown

Result from a single page action execution.

Summary

Types

t()

Result from a single page action execution.

Types

t()

@type t() :: %Kreuzcrawl.ActionResult{
  action_index: non_neg_integer(),
  action_type: String.t() | nil,
  data: String.t() | nil,
  error: String.t() | nil,
  success: boolean()
}

Result from a single page action execution.