module BackgroundWorker::State::ClassMethods
Public Instance Methods
get_state_of(job_id)
click to toggle source
# File lib/background_worker/state.rb, line 42 def get_state_of(job_id) BackgroundWorker::PersistentState.get_state_of(job_id) end