pid = System.getPid();
Returns the pid (process identification) of the process in which this function is called. This is an impure function and the returned value depends on the operating system.
getPid() // = 3044
This function is impure!
function getPid output Integer pid "Process ID"; end getPid;
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|