getpid
-- the process ID of the
running MuPAD kernelOn UNIX and Linux systems, getpid(
)
returns the process ID of the running MuPAD kernel.
getpid()
a nonnegative integer.
getpid
returns 0
.system
.getpid
is a function of the system kernel.Querying the process ID of the running kernel may produce a result like this:
>> getpid()
16184