Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent0ai/agent-zero
/ terminate
Method
terminate
plugins/_code_execution/helpers/tty_session.py:363–365 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
361
return
0
362
363
def
terminate(self):
364
if
child.isalive():
365
child.terminate()
366
367
def
kill(self):
368
if
child.isalive():
Callers
2
close
Method · 0.45
_terminate_process
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected