class Taskinator::Queues::ResqueAdapter::ProcessWorker

Public Class Methods

perform(process_uuid) click to toggle source
# File lib/taskinator/queues/resque.rb, line 50
def self.perform(process_uuid)
  Taskinator::ProcessWorker.new(process_uuid).perform
end