System¶
You can use these features to run a file, find an active process, and finish it.
Executing a file¶
Finding a process¶
The find_process
method allows looking for processes running on your machine easily. You can find them by name or PID.
Terminating process¶
Once you find your process with the above method, you can act upon it to terminate it using the terminate_process
method.