MCPcopy Create free account
hub / github.com/bugy/script-server / wait_finish

Method wait_finish

src/execution/process_base.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @abc.abstractmethod
57 def wait_finish(self):
58 pass
59
60 def get_process_id(self):
61 return self.process.pid

Callers 1

notify_finishedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected