obj
IEquatable<ProcessResult<'a>>
IStructuralEquatable
IComparable<ProcessResult<'a>>
IComparable
IStructuralComparable
Contains the exit code and output of a process (if redirected).
ExitCode
int
Gets the exit code returned by the process.
Output
'a
Gets the process' output (if redirected).