MCPcopy Index your code
hub / github.com/bugy/script-server / is_finished

Method is_finished

src/execution/executor.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 return self.process_wrapper.get_return_code()
153
154 def is_finished(self):
155 return self.process_wrapper.is_finished()
156
157 def add_finish_listener(self, listener):
158 self.process_wrapper.add_finish_listener(listener)

Callers 10

write_to_inputMethod · 0.45
pipe_process_outputMethod · 0.45
write_to_inputMethod · 0.45
killMethod · 0.45
stopMethod · 0.45
is_runningMethod · 0.45
cleanup_executionMethod · 0.45
write_to_inputMethod · 0.45
pipe_process_outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected