A process protocol which errbacks a deferred when the associated process ends.

Instance Variable onEnd If set, a deferred on which to errback when the process ends. (type: NoneType or Deferred)
Method processEnded Call an errback.

Inherited from BaseProtocol (via ProcessProtocol):

Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.

Inherited from BaseProtocol (via ProcessProtocol):

Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.
onEnd =
If set, a deferred on which to errback when the process ends. (type: NoneType or Deferred)
def processEnded(self, reason): (source)

Call an errback.

ParametersreasonThe reason the child process terminated. (type: Failure)
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.