getpid -- the process ID of the
running MuPAD kernel
IntroductionOn UNIX and Linux systems, getpid()
returns the process ID of the running MuPAD kernel.
Call(s)getpid()
Returnsa nonnegative integer.
Related
Functions
Detailsgetpid
returns 0.system.getpid is a function of the system kernel.
Example
1Querying the process ID of the running kernel may produce a result like this:
>> getpid()
16184