|
UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
|
Exception thrown when attempting to start a search while one is already in progress. More...
#include <EngineConnection.h>
Inherits std::exception.
Exception thrown when attempting to start a search while one is already in progress.
If you need to start a new search anyway, obtain the current search with getCurrentSearch(), call stop() on it, then wait for it to complete with waitFor() before starting a new search.