class Mixlib::ShellOut
def exitstatus
running or died without setting an exit status (e.g., terminated by
The exit status of the subprocess. Will be nil if the command is still
def exitstatus @status&.exitstatus end
def exitstatus @status&.exitstatus end