Home
Classes
Methods
Defined In
lib/mixlib/shellout/windows.rb
Parent
Object
Methods
#success?
Pages
LICENSE
README
Class and Module Index
Mixlib
Mixlib::ShellOut
Mixlib::ShellOut::CommandTimeout
Mixlib::ShellOut::InvalidCommandOption
Mixlib::ShellOut::ShellCommandFailed
Mixlib::ShellOut::Unix
Mixlib::ShellOut::Windows
Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
Mixlib::ShellOut::Windows::Utils
Process
Windows
Windows::Process
class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
Attributes
exitstatus
[RW]
Public Instance Methods
success?
()
click to toggle source
# File lib/mixlib/shellout/windows.rb, line 132
def
success?
exitstatus
==
0
end