cef_server_t.is_running

Returns true (1) if the server is currently running and accepting incoming connections. See cef_server_handler_t::OnServerCreated documentation for a description of server lifespan. This function must be called on the dedicated server thread.

struct cef_server_t
extern (System)
int function(cef_server_t* self) nothrow is_running;

Meta