Searched refs:has_process (Results 1 – 4 of 4) sorted by relevance
80 if self.has_process():85 def has_process(self): member in PidfileRunMonitor200 if self.has_process():206 if self.has_process():
138 def has_process(self): member in BaseAgentTask._NullMonitor262 if use_monitor is not None and not use_monitor.has_process():269 assert use_monitor.has_process()336 if not self._paired_with_monitor().has_process():484 if not self.monitor.has_process():535 if not self.monitor.has_process():710 if self.monitor.has_process():
266 if self._autoserv_monitor.has_process():382 if not self.success and self._paired_with_monitor().has_process():
623 if agent_task.monitor and agent_task.monitor.has_process():1231 if not self.monitor or not self.monitor.has_process():