Commit 0889aed
committed
Merge branch 'GPII-1540'
* GPII-1540:
GPII-1540: Fixed indentation.
GPII-1540: Make test-window.exe build automatically
GPII-1540: Removed the test application executable
GPII-1540: Flipped options.force to option.cleanOnly. Off by default feels better.
GPII-1540: Unit tests for closeProcessByName always pass Waiting for process start sometimes triggers just before the window is created.
GPII-1540: Unit tests for closeProcessByName Created test-window, a dummy application that creates a window for testing.
GPII-1540: rollback; Put findProcessByName back to how it was. It turned out to be better to enumerate the windows, rather than enumerate every thread.
GPII-1540: Made the process enumeration in findProcessByName re-usable. Refactored it out into eachProcess, in preparation for a "get the windows of each process" routine.
GPII-1540: Merge from master
GPII-1540: Implemented closeProcessByName. Terminate a process less aggressively.File tree
6 files changed
+298
-6
lines changed- gpii/node_modules
- WindowsUtilities
- processHandling
- test
- provisioning
6 files changed
+298
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments