ProcessRunProcessResultExt extension

run response helper.

on

Properties

command → ShellCommand

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Process command
no setter
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
processExecutableArguments → ShellCommand

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Process executable arguments Compat, prefer command
no setter

Methods

toDebugString() → String

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Process result debug string
wrapShellProcessResult(Shell shell, ShellCommand command) → ShellProcessResult

Available on ProcessResult, provided by the ProcessRunProcessResultExt extension

Used internally