-
pxblat.Server.wait_ready(*, restart: bool =
False)[source] Wait server ready in block mode.
- Parameters:¶
- Raises:¶
RuntimeError – If server is not opened by gfServer or the server takes longer time to be ready, the
wait_server_readymay be timeout.If restart is True, the server will be restarted and wait again. –