Searched refs:has_process (Results 1 – 4 of 4) sorted by relevance
88 if self.has_process():93 def has_process(self): member in PidfileRunMonitor201 if self.has_process():207 if self.has_process():
143 def has_process(self): member in BaseAgentTask._NullMonitor267 if use_monitor is not None and not use_monitor.has_process():274 assert use_monitor.has_process()341 if not self._paired_with_monitor().has_process():485 if not self.monitor.has_process():536 if not self.monitor.has_process():745 if self.monitor.has_process():
273 if self._autoserv_monitor.has_process():389 if not self.success and self._paired_with_monitor().has_process():
653 if agent_task.monitor and agent_task.monitor.has_process():1239 if not self.monitor or not self.monitor.has_process():