Represents the result of a process execution, encapsulating information such as the exit code, execution duration, and other details about the executed process.
public TProcessResult Result { get; }