Toggle menu
Nitlanguage.org
Nitdoc
core
exec
Process
kill
fun
kill
core
::
Process
::
kill
Doc
Linearization
Summary
Send the kill signal to the process
Send the kill signal to the process
Summary
Property definitions
signals::signals$core::Process$kill
Property definitions
signals
::
signals
$
Process
::
kill
# Send the kill signal to the process
fun
kill
do
signal
(
sigkill
)
lib/signals/signals.nit:233,2--234,28