Class: RbEAI::EndTask
Overview
<task name=“inicio” type=“Start”>
<next/>
</task>
Instance Attribute Summary
Attributes inherited from Task
#name, #nextTask, #size, #status, #wflow
Instance Method Summary collapse
Methods inherited from Task
#getItemsNext, #initialize, #persist, #persistFtp, #persistStr
Constructor Details
This class inherits a constructor from RbEAI::Task
Instance Method Details
#doJob(resultQueue, obj) ⇒ Object
167 168 169 170 |
# File 'lib/rbeai/TasksLogic.rb', line 167 def doJob(resultQueue, obj) print "EndTask #{@name}: #{obj}\n" super(resultQueue, obj) end |