ExecutionPlane.Runtimes.Process.RunResult (execution_plane v0.1.0)

Copy Markdown View Source

Captured output and normalized exit data for one-shot process execution.

Summary

Types

t()

@type t() :: %ExecutionPlane.Runtimes.Process.RunResult{
  exit: ExecutionPlane.Runtimes.Process.Exit.t(),
  invocation: map(),
  output: binary(),
  stderr: binary(),
  stderr_mode: :separate | :stdout,
  stdout: binary()
}