Method: Puppet::Transaction#stop_processing?

Defined in:
lib/puppet/transaction.rb

#stop_processing?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Wraps application run state check to flag need to interrupt processing

Returns:

  • (Boolean)


208
209
210
# File 'lib/puppet/transaction.rb', line 208

def stop_processing?
  Puppet::Application.stop_requested? && catalog.host_config?
end