Important: The information in this document is obsolete and should not be used for new development.
Process-Identification Constants
The Process Manager provides three constants that can be used instead of a process serial number to identify a process:
CONST kNoProcess = 0; {process doesn't exist} kSystemProcess = 1; {process belongs to OS} kCurrentProcess = 2; {the current process}Constant descriptions
kNoProcess
- Identifies a process that doesn't exist.
kSystemProcess
- Identifies a process that belongs to the Operating System.
kCurrentProcess
- Identifies the current process.