====== PROCESSID property (System) ====== ==== Description ==== Returns the Presentation Server process identifier, a unique number given by Windows that identifies the current process throughout the system. ==== Property Value ==== This is a numeric value that contains the process identifier of the current Presentation Server instance. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== This property uses the GetCurrentProcessId Windows API function internally, so please refer to the documentation on the Microsoft website for further information on process identifiers. ==== Example ==== ProcessID = Get_Property( "SYSTEM", "PROCESSID" ) ==== See Also ==== N/A