Returns the process ID of the current process, which is guaranteed to be unique on the system.
writefln("Current process ID: %d", thisProcessID);
See Implementation
Returns the process ID of the current process, which is guaranteed to be unique on the system.