GETPID()

 

Returns the process ID of the current process.

 

Syntax

xx = GETPID()

xx = GETPPID()

 

Return value

 A text field, which is the current process ID.

 

Version Ref:  5.6

 

Note: GETPPID() returns the process ID of the parent process under*NIX. On Windows, this information is not available, and an empty string is returned.