osProcessId

osProcessId(): Integer;

The osProcessId method of the Node class returns the process identifier (or process id) of the executable that is currently running on the node of the receiver object. (See also the osID property.)

The process id is the number before the dash character (-) in the third column in a jommsg.log file. For example, in the 2002/01/18 07:10:28 00618-6a4 PDB: Database closed successfully record in a JADE message log file, 00618 is the hexadecimal process id.

This method returns the process identifier from the node on which the fat client executes when running in standard (fat) client mode or it returns the value from the application server when the method is executed from a presentation client running in JADE thin client mode.