method

stopping?

rails latest stable - Class: ActiveJob::QueueAdapters::TestAdapter

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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