instance method
stopping?
Ruby on Rails 8.1.2
Since v8.1.2Signature
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