Method: OFlow::Task#stop
- Defined in:
- lib/oflow/task.rb
#stop ⇒ Object
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 |