Modify ↓
Opened 15 years ago
Closed 15 years ago
#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)
Note:
See TracTickets
for help on using tickets.
