Process
The Process Aptitude provides the ability to examine attributes about processes running on the user's computer.
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.
all
Gets a list of the current running processes on a user's system.
listenAll
Listens to all processes starting and stopping on a user's system. Triggers the callback whenever a process is started or stopped.
Last updated
Was this helpful?