177 <li>"U" path needs an update</li> |
177 <li>"U" path needs an update</li> |
178 <li>"Z" path contains a conflict</li> |
178 <li>"Z" path contains a conflict</li> |
179 <li>" " path is back at normal</li> |
179 <li>" " path is back at normal</li> |
180 </ul> |
180 </ul> |
181 |
181 |
182 @return tuple of flag indicating successful operation (boolean) and |
182 @ireturn tuple of flag indicating successful operation (boolean) and |
183 a status message in case of non successful operation (string) |
183 a status message in case of non successful operation (string) |
|
184 @exception RuntimeError to indicate that this method must be |
|
185 implemented by a subclass |
184 """ |
186 """ |
185 raise RuntimeError('Not implemented') |
187 raise RuntimeError('Not implemented') |
186 |
188 |
187 def _shutdown(self): |
189 def _shutdown(self): |
188 """ |
190 """ |