Registry / utility / process-exists

process-exists

JSON →
library0.2.0rbrubygemsunverified

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

gem install process_exists
INSTALL
IMPORT
SIG · PROCESS-EXISTS
P
process-exists
utilityrubyv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProcessExists
require 'process_exists'

Checks if a process is running

require 'process_exists' pid = 1234 if Process.exists?(pid) puts "Process #{pid} is running" else puts "Process #{pid} is not running" end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
process-exists — gem install process-exists · libregistry