Class: Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
- Inherits:
-
Object
- Object
- Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
- Defined in:
- lib/mixlib/shellout/windows.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
Instance Method Summary collapse
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
150 151 152 |
# File 'lib/mixlib/shellout/windows.rb', line 150 def exitstatus @exitstatus end |
Instance Method Details
#success? ⇒ Boolean
151 152 153 |
# File 'lib/mixlib/shellout/windows.rb', line 151 def success? exitstatus == 0 end |