Module: BackgroundWorker::State::ClassMethods

Defined in:
lib/background_worker/state.rb

Instance Method Summary collapse

Instance Method Details

#get_state_of(job_id) ⇒ Object



42
43
44
# File 'lib/background_worker/state.rb', line 42

def get_state_of(job_id)
  BackgroundWorker::PersistentState.get_state_of(job_id)
end