Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

GetPPid 8 years 1 week ago #9458

  • usbdoo
  • usbdoo's Avatar Topic Author
  • Visitor
  • Visitor
How Get the current Process ID in linux

what is in CT similarly oldlinux.pp
{ Program to demonstrate the GetPid, GetPPid function. }

Uses oldlinux;
begin
Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid);
end.

Please Log in or Create an account to join the conversation.

GetPPid 8 years 1 week ago #9459

  • usbdoo
  • usbdoo's Avatar Topic Author
  • Visitor
  • Visitor
I found as soon as I asked.
system.GetProcessID;
Thanks

Please Log in or Create an account to join the conversation.

  • Page:
  • 1