Method: Eye::Process::System#process_pid_running?

Defined in:
lib/eye/process/system.rb

#process_pid_running?(pid) ⇒ Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/eye/process/system.rb', line 63

def process_pid_running?(pid)
  Eye::System.pid_alive?(pid)
end