save_project# Desktop.save_project(project_name=None, project_path=None)# Save the project. Parameters: project_namestr, optionalProject name. The default is None, in which case the active project is used. project_pathstr, Path, optionalFull path to the project. The default is None, in which case the current project is saved. If a path is provided, “save as” is used. Returns: boolTrue when successful, False when failed.