pid

pid


training, Pick Index Level pointer item
Syntax
Category Definitions
Type Definition
Description uniquely identifies a Unix process. PID stands for Process ID.  On D3, each Pick process is a Unix process, and, therefore, is assigned a PID by Unix. Pick processes are usually identified by their Pick port number (from 0 to the maximum number of ports), as usual. It is sometimes necessary to identify the PID of a Pick process. The PID are displayed by the TCL commands "lu", "pid", "psr" and by the Unix command "ap".
Options
See Also lu pid psr d3 kill (D3/Unix) %PGETPID %KILL
Example
Warnings
Compatibility D3/Unix
training, Pick Index Level pointer item