You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
The Sys.GetPid function is used to determine the I.D. (number) that identifies the current operating system task (process). Beware that there are processes, activated by the fork statement, that are independent of the operating systems tasks.
Under UNIX, the number is used, for example, for creating a unique name of a file.
##Status
Exported qualified.
This means that you can only call the function by calling Sys.GetPid, not by calling GetPid.