Method: Chef::ResourceCollection::StepableIterator#paused?

Defined in:
lib/chef/resource_collection/stepable_iterator.rb

#paused?Boolean

Returns:

  • (Boolean)


57
58
59
# File 'lib/chef/resource_collection/stepable_iterator.rb', line 57

def paused?
  @paused
end