vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
Process.kill
vibe
core
process
Process
Kill the process.
By default on Linux this sends SIGTERM to the process.
void
kill
()
struct
Process
void
kill
(
)
void
kill
(int signal)
Meta
Source
See Implementation
vibe
core
process
Process
destructors
~this
functions
forceKill
kill
opCast
wait
waitOrForceKill
postblits
this(this)
properties
exited
pid
Kill the process.
By default on Linux this sends SIGTERM to the process.