C | |
| close [Uwt_process.process_none] | Closes the process and returns its exit status. |
K | |
| kill [Uwt_process.process_none] |
|
P | |
| pid [Uwt_process.process_none] | Pid of the sub-process |
S | |
| state [Uwt_process.process_none] | Return the state of the process |
| status [Uwt_process.process_none] | Threads which wait for the sub-process to exit then returns its exit status |
| stderr [Uwt_process.process_full] | |
| stdin [Uwt_process.process_full] | |
| stdin [Uwt_process.process] | |
| stdin [Uwt_process.process_out] | The standard input of the process |
| stdout [Uwt_process.process_full] | |
| stdout [Uwt_process.process] | |
| stdout [Uwt_process.process_in] | The standard output of the process |
T | |
| terminate [Uwt_process.process_none] | Terminates the process. |