method

stopping?

stopping?()
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/test_adapter.rb, line 38
      def stopping?
        @stopping.is_a?(Proc) ? @stopping.call : @stopping
      end