Class
ChildProcess::Unix::Process
In:
lib/childprocess/unix/process.rb
Parent:
AbstractProcess
Methods
exited?
io
stop
Attributes
pid
[R]
@return [Fixnum] the pid of the process after it has started
Public Instance methods
exited?
()
Did the process exit?
@return [Boolean]
io
()
stop
(timeout = 3)
[Validate]