Close the error stream of the process.
Source position: processbody.inc line 192
| public procedure TProcess.CloseStderr; virtual; | 
CloseStdErr closes the standard error file descriptor of the process, that is, it closes the handle of the pipe to standard error output of the process.
| 
 | Stream connected to standard output of the process. | |
| 
 | Stream connected to standard input of the process. | |
| 
 | Stream connected to standard diagnostic output of the process. | |
| 
 | Close the input stream of the process. | |
| 
 | Close the error stream of the process. |