Use this tag for questions about Process ID. For questions about PID-controllers, use [pid-controller] instead.
In computing, the process identifier (normally referred to as the process ID or just PID) is a number used by most operating system kernels (such as that of UNIX, Mac OS X or Microsoft Windows) to (temporarily) uniquely identify a process. This number may be used as a parameter in various function calls allowing processes to be manipulated, such as adjusting the process's priority or killing it altogether.
If your question is about Proportional Integral Derivative control, please use pid-controller instead.