The name of a a most useful signal. If you send a process this signal it will "pause". That is, it will not use any more CPU time. (Although it keeps it memory.) On Linux you can "pause" a job with:

kill -19 PID

Once you do that you probably should look at SIGCONT...