Modify

Opened 18 years ago

Closed 18 years ago

#552 closed Bug (No Bug)

ProcessExist/ProcessList optional username parameter

Reported by: Developer@… 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 Valik, 18 years ago

Resolution: No Bug
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.