Captured output and normalized exit data for one-shot process execution.
Summary
Types
@type t() :: %ExecutionPlane.Runtimes.Process.RunResult{ exit: ExecutionPlane.Runtimes.Process.Exit.t(), invocation: map(), output: binary(), stderr: binary(), stderr_mode: :separate | :stdout, stdout: binary() }