dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
ProcessJob.StdIOWriter
dxx
app
procjob
ProcessJob
Undocumented in source.
class
ProcessJob
static
class
StdIOWriter :
TextWriter
{
string
prefix
;
this
(string p);
void
writeText
(dstring text);
}
Constructors
this
this
(string p)
Undocumented in source.
Members
Functions
writeText
void
writeText
(dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
prefix
string
prefix
;
Undocumented in source.
Inherited Members
From TextWriter
writeText
void
writeText
(dstring text)
log lines
Meta
Source
See Implementation
dxx
app
procjob
ProcessJob
classes
StdIOWriter
constructors
this
functions
processPlatformJob
setup
shell
terminate
variables
cmd
param
proc
result
stdErrWriter
stdOutWriter