instance method stopping?

Ruby on Rails 8.1.2

Since v8.1.2

Signature

stopping?()

No documentation comment.

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

Defined in activejob/lib/active_job/queue_adapters/test_adapter.rb line 38 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveJob::QueueAdapters::TestAdapter

Type at least 2 characters to search.

↑↓ navigate · open · esc close