method
stopping?
v8.1.1 -
Show latest stable
- Class:
ActiveJob::QueueAdapters::TestAdapter
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