Returns information about the current process.
// PID of the application
MyPID is int
MyPID = ExeGetPID()
Syntax
<Result> = ExeGetPID([<Sought information>])
<Result>: System integer
Requested information.
<Sought information>: Optional Integer constant
Information about the current process: | |
exeParentPID | PID of parent (which means the process that started the current process). |
exePID (default value) | PID (Processus Identifier) of the current process. |
exeTID | Identifier of the current thread. |
Business / UI classification: Business Logic