C | |
| close [Lwt_process.process_none] |
Closes the process and returns its exit status.
|
| contents [Lwt_read_line.clipboard] | |
K | |
| kill [Lwt_process.process_none] | kill signum sends signum to the process if it is still
running
|
P | |
| pid [Lwt_process.process_none] |
Pid of the sub-process
|
R | |
| rusage [Lwt_process.process_none] |
Threads which wait for the sub-process to exit then returns
its resource usages
|
S | |
| set [Lwt_read_line.clipboard] | |
| state [Lwt_process.process_none] |
Return the state of the process
|
| status [Lwt_process.process_none] |
Threads which wait for the sub-process to exit then returns its
exit status
|
| stderr [Lwt_process.process_full] | |
| stdin [Lwt_process.process_full] | |
| stdin [Lwt_process.process] | |
| stdin [Lwt_process.process_out] |
The standard input of the process
|
| stdout [Lwt_process.process_full] | |
| stdout [Lwt_process.process] | |
| stdout [Lwt_process.process_in] |
The standard output of the process
|