MCPcopy
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

stopVNCMethod · 0.80
connection_madeMethod · 0.80
process_exitedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected