Normalized process exit information for the lower runtime substrate.
Summary
Types
@type t() :: %ExecutionPlane.Runtimes.Process.Exit{ code: non_neg_integer() | nil, reason: term(), signal: atom() | integer() | nil, status: :success | :exit | :signal | :error, stderr: binary() | nil }