ExecutionPlane.Kernel.ExecutionResult (execution_plane v0.1.0)

Copy Markdown View Source

Result bundle returned by the minimal execution-plane kernel.

Summary

Types

t()

@type t() :: %ExecutionPlane.Kernel.ExecutionResult{
  events: [ExecutionPlane.Contracts.ExecutionEvent.V1.t()],
  outcome: ExecutionPlane.Contracts.ExecutionOutcome.V1.t(),
  plan: ExecutionPlane.Kernel.DispatchPlan.t()
}