Modify ↓
Opened 16 years ago
Closed 16 years ago
#1521 closed Feature Request (Rejected)
ProcessList
| Reported by: | raupi | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | ProcessList | Cc: |
Description
Would it be possible to add in addition to the process name and PID the process handle in the return array?
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Version: | Other |
|---|
comment:2 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
No for more reasons than I care to list. Suffice to say the two most obvious are:
- You can't possibly need a process handle for every single process.
- They are a resource that must be closed when no longer necessary. In other words, you've just asked for a way to easily create resource leaks.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.