phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Spawn
nxt
cmd
Process spawn state. Action accessing predeclared file system resources.
@
safe
struct
Spawn {
import
std
.
process
:
Pid
;
;
this
(Pid pid, File input_, File out_, File err_, LogLevel logLevel);
this(this)
;
auto ref
setLogLevel
(LogLevel logLevel);
ExitStatus
wait
();
}
Constructors
this
this
(Pid pid, File input_, File out_, File err_, LogLevel logLevel)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
setLogLevel
auto ref
setLogLevel
(LogLevel logLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
ExitStatus
wait
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
error
File
error
;
Undocumented in source.
input
File
input
;
Undocumented in source.
logLevel
LogLevel
logLevel
;
Undocumented in source.
output
File
output
;
Undocumented in source.
pid
Pid
pid
;
Undocumented in source.
Meta
Source
See Implementation
nxt
cmd
functions
ewriteFlushed
exitMessage
spawn
writeFlushed
structs
ExitStatus
Spawn
Process spawn state. Action accessing predeclared file system resources.