instance method after_step?

Ruby on Rails 8.1.2

Since v8.1.2 Private

Signature

after_step?(job, step)

No documentation comment.

Parameters

job req
step req
Source
# File activejob/lib/active_job/continuation/test_helper.rb, line 82
        def after_step?(job, step)
          if (continuation = continuation_for(job))
            continuation["completed"].last == step.to_s && continuation["current"].nil?
          end
        end

Defined in activejob/lib/active_job/continuation/test_helper.rb line 82 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveJob::Continuation::TestHelper

Type at least 2 characters to search.

↑↓ navigate · open · esc close