method

halted_callback_hook

rails latest stable - Class: ActiveJob::Instrumentation
halted_callback_hook(*)
private

No documentation available.

# File activejob/lib/active_job/instrumentation.rb, line 47
      def halted_callback_hook(*)
        super
        @_halted_callback_hook_called = true
      end