Method: EventWindow#stop_analyzer
- Defined in:
- lib/gui/event_window.rb
#stop_analyzer ⇒ Object
219 220 221 222 223 224 |
# File 'lib/gui/event_window.rb', line 219 def stop_analyzer() if @event_analyzer_thread.alive? @event_analyzer_thread_status = 0 Thread.kill(@event_analyzer_thread) end end |