Modify ↓
Opened 17 years ago
Closed 17 years ago
#764 closed Feature Request (Completed)
WinWait/ProcessWait should return handle/PID
| Reported by: | Valik | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.1.0 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
- WinWait() should return an HWND on success.
- ProcessWait() should return the PID of the process that satisfies the wait.
- Possibly other functions where it makes sense to return something useful instead of just 1.
The mentioned functions can safely return an HWND/PID as appropriate instead of 1. This makes the functions more useful while still being backwards compatible (only badly written code will be broken).
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Added in version: 3.3.1.0