tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Process.isRunning
tango
sys
Process
Process
Indicate whether the process is running or not.
class
Process
const
bool
isRunning
(
)
Meta
Source
See Implementation
tango
sys
Process
Process
constructors
this
functions
args
cleanPipes
close
execute
isRunning
kill
setArgs
setCopyEnv
setEnv
setGui
setProgramName
setRedirect
setWorkDir
toString
wait
properties
copyEnv
env
gui
pid
programName
redirect
stderr
stdin
stdout
workDir
static functions
execvpe
splitArgs
toNullEndedArray
toNullEndedBuffer
structs
Result
variables
DefaultRedirectFlags
DefaultStderrBufferSize
DefaultStdinBufferSize
DefaultStdoutBufferSize
Indicate whether the process is running or not.