Closes the Rhino application.
rhinoscriptsyntax.Exit()
rhinoscript.application.Exit()
None.
import rhinoscriptsyntax as rs
rs.Exit()