☰
Home
Pages
Classes
Methods
Ancestors
Object
Instance Methods
success?
Mixlib
::
ShellOut
::
Windows
::
ThingThatLooksSortOfLikeAProcessStatus
class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
Attributes
exitstatus
[RW]
Public Instance Methods
success?
()
Source
# File lib/mixlib/shellout/windows.rb, line 167
def
success?
exitstatus
==
0
end