Method: OFlow::Task#stop

Defined in:
lib/oflow/task.rb

#stopObject

Causes the Actor to stop processing any more requests after the current request has finished.



269
270
271
# File 'lib/oflow/task.rb', line 269

def stop()
  @state = STOPPED
end