-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor this code to not waste time/space copying data from IProcess to a struct. Instead, return a Dictionary indexed by IProcess (which uniquely identifies the process, unlike PID) and grab data from IProcess as needed. This shortens and simplifies the script. Also rename some variables for better coding-standards compliance.
- Loading branch information
1 parent
68eb47b
commit 6e3f0b4
Showing
1 changed file
with
31 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters