Class ChildProcess::JRuby::Process
In: lib/childprocess/jruby/process.rb
Parent: AbstractProcess

Methods

exited?   io   pid   stop  

Public Instance methods

Only supported in JRuby on a Unix operating system, thanks to limitations in Java‘s classes

@return [Fixnum] the pid of the process after it has started @raise [NotImplementedError] when trying to access pid on non-Unix platform

[Validate]