method
started?
v8.1.1 -
Show latest stable
- Class:
ActiveJob::Continuation
started?()public
No documentation available.
# File activejob/lib/active_job/continuation.rb, line 252
def started?
completed.any? || current.present?
end