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

Did the process exit?

@return [Boolean]

[Validate]