ProcessRunProcessResultExt extension

run response helper.

on

Properties

errLines Iterable<String>

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Line lists
no setter
errText String

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Join the out lines for a quick string access.
no setter
outLines Iterable<String>

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Out line lists
no setter
outText String

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Join the out lines for a quick string access.
no setter