Handle of the process.
Source position: processbody.inc line 202
public property TProcess.Handle : THandle |
Handle identifies the process. In Unix systems, this is the process ID. On windows, this is the process handle. It can be used to signal the process.
The handle is only valid after TProcess.Execute has been called. It is not reset after the process stopped.
|
Main process thread handle. |
|
|
ID of the process. |
|
|
ID of the main process thread. |