class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus

def success?

def success?
  exitstatus == 0
end