Called after the process executes.
Parameters:
Object that is executing the batch process.
True if the process completed without throwing an exception.
191 192 193 194
# File 'lib/batch-kit/framework/runnable.rb', line 191 def post_execute(process_obj, success) Events.publish(process_obj, event_name('post-execute'), self, success) @object = nil end