Method: RunLoop::ProcessWaiter#running_process?
- Defined in:
- lib/run_loop/process_waiter.rb
#running_process? ⇒ Boolean
Is the ‘process_name` a running?
54 55 56 |
# File 'lib/run_loop/process_waiter.rb', line 54 def running_process? !pids.empty? end |