Lines Matching full:process
25 Client must call either run() to start a new process or
87 return self._state.process is not None
92 assert self._state.process is not None
93 return self._state.process
110 'process': str(self._state.process),
114 self.on_lost_process(self._state.process)
123 if self._state.process is None:
129 if self._drone_manager.is_process_running(self._state.process):
132 # pid but no running process - maybe process *just* exited
160 # If we aborted the process, and we find that it has exited without
165 'Process has failed to write pidfile', message)
171 def on_lost_process(self, process=None):
178 process is unimportant here, as it shouldn't be used by anyone.
181 self._state.process = process