method

halted_callback_hook

halted_callback_hook(*)
private

No documentation available.

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