Quit¶ class rmote.tools.quit.Quit[source]¶ Bases: Tool Signal the remote process to exit cleanly. async static exit(code=0)[source]¶ Exit the remote process with code. Parameters: code (int) – Exit status code passed to sys.exit(). Defaults to 0. Return type: None