Process
The Process Aptitude provides the ability to examine attributes about processes running on the user's computer.
Last updated
The Process Aptitude provides the ability to examine attributes about processes running on the user's computer.
Last updated
Each call to the Process Aptitude is providing you with one of two types of information. It either returns ProcessInfo
or a ProcessEvent
. Let's take a moment to define what these two things are.
Gets a list of the current running processes on a user's system.
Listens to all processes starting and stopping on a user's system. Triggers the callback whenever a process is started or stopped.
Please see our page for more information.