ProcessRunProcessResultsExt extension

run response helper.

on

Properties

errLines Iterable<String>

Available on List<ProcessResult>, provided by the ProcessRunProcessResultsExt extension

Line lists
no setter
errText String

Available on List<ProcessResult>, provided by the ProcessRunProcessResultsExt extension

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

Available on List<ProcessResult>, provided by the ProcessRunProcessResultsExt extension

Out line lists
no setter
outText String

Available on List<ProcessResult>, provided by the ProcessRunProcessResultsExt extension

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