go
Spawn.commandLineSync
glib
Spawn
Spawn
Executes a command synchronasly and optionally calls delegates for sysout, syserr and end of job
int
commandLineSync
(ChildWatch externalWatch, bool delegate(string) readOutput, bool delegate(string) readError)
class
Spawn
int
commandLineSync
(
ChildWatch
externalWatch
= null
,
bool
delegate
(
string
)
readOutput
= null
,
bool
delegate
(
string
)
readError
= null
)
bool
commandLineSync
(string commandLine, string standardOutput, string standardError, int exitStatus)
glib
Spawn
Spawn
constructors
this
functions
addChildWatch
addParm
close
commandLineSync
execAsyncWithPipes
getLastError
static functions
async
asyncWithFds
checkExitStatus
closePid
commandLineAsync
errorQuark
exitErrorQuark
sync
Executes a command synchronasly and optionally calls delegates for sysout, syserr and end of job