Opened on Sep 1, 2008 at 3:41:04 PM
Closed on Sep 1, 2008 at 5:25:45 PM
#552 closed Bug (No Bug)
ProcessExist/ProcessList optional username parameter
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
ProcessExist and ProcessList could provide an optional username parameter to limit the search to processes owned by a given user. Using the PID returned by these funtions, the other process functions could be effectively limited to processes owned by a given user by specifying the PID as opposed to the process name.
$PID = ProcessExists ("notepad.exe", @UserName)
This thread:
http://www.autoitscript.com/forum/index.php?showtopic=79434
discusses highlights the need.
Athough this may be accomplished using WMI, WMI is just too slow.
Attachments (0)
Change History (1)
comment:1 by , on Sep 1, 2008 at 5:25:45 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

This is not a bug and the need is over-stated a bit. Closing as no bug.