Class | ChildProcess::AbstractProcess |
In: |
lib/childprocess/abstract_process.rb
|
Parent: | Object |
POLL_INTERVAL | = | 0.1 |
detach | [RW] | Set this to true if you do not care about when or if the process quits. |
duplex | [RW] | Set this to true if you want to write to the process’ stdin (process.io.stdin) |
exit_code | [R] |
Wait for the process to exit, raising a ChildProcess::TimeoutError if the timeout expires.