Wait until the specified account has successfully completed configure.
(self, account)
| 527 | return ac |
| 528 | |
| 529 | def wait_configured(self, account) -> None: |
| 530 | """Wait until the specified account has successfully completed configure.""" |
| 531 | self._acsetup.wait_one_configured(account) |
| 532 | |
| 533 | def bring_accounts_online(self) -> None: |
| 534 | print("bringing accounts online") |
no test coverage detected