Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ stop
Method
stop
src/execution/executor.py:179–181 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
177
self.process_wrapper.kill()
178
179
def
stop(self):
180
if
not self.process_wrapper.is_finished():
181
self.process_wrapper.stop()
182
183
def
cleanup(self):
184
self.raw_output_stream.dispose()
Callers
1
stop_script
Method · 0.45
Calls
1
is_finished
Method · 0.45
Tested by
no test coverage detected