Captured output and normalized exit data for one-shot non-PTY execution.
Summary
Functions
Returns true when the captured execution completed successfully.
Types
@type stderr_mode() :: :separate | :stdout
@type t() :: %ExecutionPlane.Process.Transport.RunResult{ exit: ExecutionPlane.ProcessExit.t(), invocation: ExecutionPlane.Command.t(), output: binary(), stderr: binary(), stderr_mode: stderr_mode(), stdout: binary() }