Opened 16 years ago
Closed 16 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)
Changed 16 years ago by
Attachment: | honorUserJobReturnCode.diff added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Isaac Richards to cpinkham |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Honor User Job return value patch