class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus

Attributes

exitstatus[RW]

Public Instance Methods

success?() click to toggle source
# File lib/mixlib/shellout/windows.rb, line 165
def success?
  exitstatus == 0
end