Part of canonical.buildd.slave View In Hierarchy
Method | __init__ | Undocumented |
Method | outReceived | Pass on stdout data to the log. |
Method | errReceived | Pass on stderr data to the log. |
Method | processEnded | This method is called when a child process got terminated. |
With a bit of luck we won't interleave horribly.
Three actions are required at this point: identify if we are within an "aborting" process, eliminate pending calls to "kill" and invoke the programmed notification callback. We only really care about invoking the notification callback last thing in this method. The order of the rest of the method is not critical.