Class: Chef::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
- Defined in:
- lib/chef/shell_out/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.
121 122 123 |
# File 'lib/chef/shell_out/windows.rb', line 121 def exitstatus @exitstatus end |
Instance Method Details
#success? ⇒ Boolean
122 123 124 |
# File 'lib/chef/shell_out/windows.rb', line 122 def success? exitstatus == 0 end |