Spawn.execAsyncWithPipes

Executes the prepared process

class Spawn
int
execAsyncWithPipes
(
ChildWatch externalWatch = null
,
bool delegate
(
string
)
readOutput = null
,
bool delegate
(
string
)
readError = null
)