Tell the operating system to continue (restart) a process previously paused by the SIGSTOP or SIGTSTP signal

Property definitions

signals :: signals $ Sys :: sigcont
# Tell the operating system to continue (restart) a process previously paused by the SIGSTOP or SIGTSTP signal
fun sigcont: Int do return 18
lib/signals/signals.nit:288,1--289,29