Sha256: 1e9959910fbf8fde4dd9b634a93727af9af449e50923d98a81c1dcc939e6d9d8

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# process_exists

[![Gem Version](https://badge.fury.io/rb/process_exists.svg)](http://badge.fury.io/rb/process_exists)
[![Build Status](https://travis-ci.org/wilsonsilva/process_exists.svg?branch=master)](https://travis-ci.org/wilsonsilva/process_exists)
[![Code Climate](https://codeclimate.com/github/wilsonsilva/process_exists/badges/gpa.svg)](https://codeclimate.com/github/wilsonsilva/process_exists)
[![Test Coverage](https://codeclimate.com/github/wilsonsilva/process_exists/badges/coverage.svg)](https://codeclimate.com/github/wilsonsilva/process_exists)
[![Depfu](https://badges.depfu.com/badges/ffec1fc2a9f213d8538dfc0d3958c788/overview.svg)](https://depfu.com/github/wilsonsilva/process_exists)
[![Inline docs](http://inch-ci.org/github/wilsonsilva/process_exists.png?branch=master)](http://inch-ci.org/github/wilsonsilva/process_exists)

## Description

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

## Usage

```ruby
require 'process_exists'

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

## Requirements

A Unix-like operating system.

## Install

```bash
$ gem install process_exists
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
process_exists-0.2.0 README.md