Refresh

This website rubydoc.info/gems/mixlib-shellout/Mixlib/ShellOut/Windows/ThingThatLooksSortOfLikeAProcessStatus is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/mixlib/shellout/windows.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#exitstatusObject

Returns the value of attribute exitstatus.



165
166
167
# File 'lib/mixlib/shellout/windows.rb', line 165

def exitstatus
  @exitstatus
end

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


167
168
169
# File 'lib/mixlib/shellout/windows.rb', line 167

def success?
  exitstatus == 0
end