Modify ↓
#1850 closed Bug (No Bug)
RunAsWait() return value
| Reported by: | SPiff59 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
The documentation for RunAs() indicates it returns a Process ID.
The documentation for RunAsWait() claims it returns the exit code of the executed command/program. But, the example code for RunAsWait() shows the function return as being a PID.
Which is it?
Does RunAsWait() return a PID, or the "exit code of the program that was run"?
Could the documentation and example code be changed to both reflect what is actually returned by RunAsWait()?
Thanks.
Attachments (0)
Change History (1)
comment:1 by , on May 22, 2011 at 7:40:49 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
