Opened 17 years ago
Closed 17 years ago
#6080 closed enhancement (fixed)
honor return value of a User Job
| Reported by: | Owned by: | cpinkham | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Currently User Job exit values are read (in mythsystem.cpp) but ignored because jobqueue.cpp always returns "JOB_FINISHED" and the message "Successfully Completed." as soon as the User Job finishes.
This patch looks for a non-zero exit value from the User Job and then deals with them appropriately in the log and the status.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | honorUserJobReturnCode.diff added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

Honor User Job return value patch