Method: Puppet::Util::Execution::ProcessOutput#exitstatus

Defined in:
lib/puppet/util/execution.rb

#exitstatusInteger (readonly)

Returns The exit status of the process.

Returns:

  • (Integer)

    The exit status of the process



26
27
28
# File 'lib/puppet/util/execution.rb', line 26

def exitstatus
  @exitstatus
end