Stop a command line render

You may occasionally need to stop a command line render before it has finished.

To stop a command line render on Windows

  1. Open the Task Manager by doing one of the following:
    • Press Ctrl + Alt + Delete and click the Task Manager button.
    • Right-click an empty space on the taskbar and select Task Manager from the menu that appears.
  2. Click the Processes tab.
  3. Select the Render.exe process.
  4. Click the End Process button.

To stop a command line render on macOS

To stop a command line render on Linux

  1. From a shell, list the top processes by entering:
    top
    
  2. Note the render process ID.
  3. To stop the process, enter:
    kill -2 <process ID>