GetProcessId

Miscellaneous
Aptilis 2.4

GetProcessId()

returns the process id of the current Aptilis instance. A possible appliance is the creation of unique temporary files.

Return value:
An integer value with the process id.

Example:

pid = getProcessId()
print(pid$)

Result:
-785659