Reference
- classmethod server.start()
Starts the YFrake server. Only one server can be active per process at any time.
- Raises
RuntimeError – if the server is already running.
- Returns
None
- classmethod server.stop()
Stops the YFrake server.
- Raises
RuntimeError – if the server is already stopped.
- Returns
None
- classmethod server.is_running()
Checks if the server is running.
- Returns
Server status
- Return type
bool