Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ is_finished
Method
is_finished
src/execution/process_base.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
return
self.process.pid
62
63
def
is_finished(self):
64
return
self.process.poll() is not None
65
66
def
get_return_code(self):
67
return
self.process.returncode
Callers
3
stop
Method · 0.95
kill
Method · 0.95
add_finish_listener
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected