Opened 15 years ago
Closed 13 years ago
#1873 closed Feature Request (Rejected)
Return the thread ID of a child process from Run
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Run thread threadID | Cc: |
Description
Hey,
Would it be too obscure to ask for Run() to return somewhere the thread ID or thread handle of the child process? (i see @extended is unused!)
At the moment I have to use createprocess to perform thread operations on the child - and therefore cant take advantage of the inbuilt STDIO functions.
Thanks
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
| Version: | 3.3.6.1 |
|---|
comment:2 by , 14 years ago
This request makes sense but I cannot think of a good way to do it. I do not want to use @extended for this. It seems logical that returning an array would solve the problem but that also requires either adding a new parameter or a new flag for the parameter currently used to control STDIO.
comment:3 by , 14 years ago
Reconsider @extended.
This is extended additional info considering the nature of TID in context of other AutoIt functions.
comment:4 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |

Automatic ticket cleanup.