instance method
resumed?
Ruby on Rails 8.1.2
Since v8.1.2Signature
resumed?()
Has this step been resumed from a previous job execution?
Source
# File activejob/lib/active_job/continuation/step.rb, line 62
def resumed?
@resumed
end
Defined in activejob/lib/active_job/continuation/step.rb line 62
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation::Step