class ProcessExecuter::Result

A decorator for Process::Status that adds the following attributes:

In the rare case that the timeout fires after the process was already reaped, its status is lost: the result delegates to a nil status and ‘timed_out?` is true. {#success?} and {#to_s} still work, but methods forwarded to the status (like `exitstatus` or `signaled?`) will raise NoMethodError.

@api public