pub fn shutdown() -> Result<()>
Expand description
Shutdown simics gracefully without exiting the process.
Perform the same clean up as quit, but do not exit the process. After having called this function, no Simics API function can be called.
§Context
Cell Context