# File lib/chef/provider/breakpoint.rb, line 26
      def action_break
        if defined?(Shef) && Shef.running?
          run_context.resource_collection.iterator.pause
          @new_resource.updated_by_last_action(true)
          run_context.resource_collection.iterator
        end
      end