Penguin

Signal: Continue

This signal causes a process to continue from a previous SIGSTOP. In contrast to SIGSTOP, SIGCONT can be caught.

This signal can be generated by the kernel if the ProcessGroup that this process is a member of becomes and orphan.

the fg(1)? and bg(1)? commands of the shell usually send a SIGCONT to a process.