method

finish_with_state

finish_with_state(listeners_state, name, payload)
public

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 44
      def finish_with_state(listeners_state, name, payload)
        @notifier.finish name, @id, payload, listeners_state
      end