# Pausing from the Operating System: ## Linux If you are on Linux you can send signals with these commands: # To pause Blender: killall -s STOP blender # To start it again: killall -s CONT blender Some advantages to this are that it will work for any task, not just rendering, and that you do not have to start blender from a terminal. For Mac, omit `-s` and use `Blender`, not `blender`. ## Windows You can use process explorer for this. See this question on [StackOverflow]. [StackOverflow]: https://stackoverflow.com/a/15969868/432509 # Pausing from Blender: Pausing <kbd>F12</kbd> renders from Blender is not implemented yet, however it is on the [Cycles Todo List]. [Cycles Todo List]: http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles/ToDo