Skip to content

wilsonsilva/process_exists

Repository files navigation

process_exists

Gem Version Build Status Code Climate Test Coverage Depfu Inline docs

Description

Sends a null signal to a process or a group of processes specified by pid to check if it exists.

Usage

require 'process_exists'

pid = 12
pid_exists = Process.exists?(pid)

Requirements

A Unix-like operating system.

Install

$ gem install process_exists

About

A Ruby gem to check if a process exists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages