onOutput

abstract fun onOutput(line: String?)(source)

A line of output from stdout or stderr (whichever this OutputFeed has been attached to).

null is dispatched to indicate OutputFeed closure.