The Process Identifier ( PID) is a unique process number. All process data is stored under this number on the server. As such, it must be a unique system-wide number. The PID can have a maximum of 40 characters and must be usable as a file name.
A process must always be deleted with the function Process_Delete to free up the resources on the server. After calling Process_Delete, the PID can no longer be used.