Tell the operating system to stop a process

Property definitions

signals :: signals $ Sys :: sigstop
# Tell the operating system to stop a process
fun sigstop: Int do return 19
lib/signals/signals.nit:291,1--292,29