_getScolProcesses Scol 5.2.x or above required
Retrieve the current process id.
Prototype :
fun [] I
Return : I the process id or nil if error
Error :
- EOK if no error (always on GNU / Linux).
- ESYSOS if the the operating system causes an error. This error is
on MS Windows only. See the log file for more informations (if it is
activated with the debug level).
- EPLATFORM if it is not supported on the current platform.
See also :
Example :