###Linux (application pause and continue)
if you are on Linux (not tested on mac os) and you have forgotten to start blender from the terminal (so you can't press Ctrl+Z as Mentioned by Mike Pan) you can also send a signal with:
killall -s STOP blender # to start it again: killall -s CONT blender An advantage to this is that it will work for any task, not just rendering.