mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Start, stop, suspend and reload endpoints for all nodes belonging to a project. Fixes #1212.
This commit is contained in:
@ -247,6 +247,13 @@ class BaseNode:
|
||||
|
||||
raise NotImplementedError
|
||||
|
||||
def suspend(self):
|
||||
"""
|
||||
Suspends the node process.
|
||||
"""
|
||||
|
||||
raise NotImplementedError
|
||||
|
||||
@asyncio.coroutine
|
||||
def close(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user