Modify ↓
Opened 14 years ago
Closed 13 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)
Change History (1)
comment:1 Changed 13 years ago by Jon
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.