SubprocessProtocol.pipeConnectionLost

Called when one of the pipes communicating with the child process is closed.

interface SubprocessProtocol
void
pipeConnectionLost
(
int fd
,
Exception exception
)

Parameters

fd int

is the file descriptor that was closed.

exception Exception

is either an exception object or $(D_KEYWORD null). The latter means a regular EOF is received, or the connection was aborted or closed by this side of the connection.

Meta