Goto: 4C Home | 4C Docs | System PCLs List sys.get_pid()

sys.get_pid()

Purpose:
sys.get_pid() returns the Process Id of the 4C process.
Usage:
pid = sys.get_pid();
Arguments:

None
Returns:
integer <pid> - The Process Id
Where Used:
sys.get_pid() can be called from anywhere.
Example:
Description:
sys.get_pid() returns the Process Id of the 4C process.
Bugs/Features/Comments:
See Also:


Back to Top