When you start an app, the operating system creates a process for the executable file of the app. It contains the program code and its current activity. Windows assigns a special number known as Process Identifier (PID) which is unique for every process. If you want to check which apps you have running at a given moment, you can save the list of running processes to a file.
Advertisement