mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-18 16:00:46 +03:00
Merge branch '3.0' into feature/ai-copilot-bridge
This commit is contained in:
commit
25f2d1b56b
@ -349,8 +349,10 @@ class BaseNode:
|
|||||||
Stop the node process.
|
Stop the node process.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
await self.stop_wrap_console()
|
try:
|
||||||
self.status = "stopped"
|
await self.stop_wrap_console()
|
||||||
|
finally:
|
||||||
|
self.status = "stopped"
|
||||||
|
|
||||||
def suspend(self):
|
def suspend(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user