Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kbumsik/VirtScreen
/ close
Method
close
virtscreen/process.py:98–100 ·
view source on GitHub ↗
Kill a spawned process.
(self)
Source
from the content-addressed store, hash-verified
96
loop.create_task(self._run(arg, loop))
97
98
def
close(self):
99
""
"Kill a spawned process."
""
100
self.transport.send_signal(signal.SIGINT)
Callers
3
stopVNC
Method · 0.80
connection_made
Method · 0.80
process_exited
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected