CLIController.py
branchpython3
changeset 3775 5780e7c13fd8
parent 3750 f62625418bff
child 3787 56ceda9889f8
--- a/CLIController.py	Mon Nov 07 17:32:56 2022 +0800
+++ b/CLIController.py	Thu Oct 20 19:30:23 2022 +0800
@@ -172,6 +172,12 @@
 
         return 0 if self._Run() else 1
         
+    @with_project_loaded
+    @connected
+    def stop_project(self):
+
+        return 0 if self._Stop() else 1
+        
 
     def finish(self):