UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
Loading...
Searching...
No Matches
UCILoader::EngineInstance< Move >::EngineBusyException Class Reference

Exception thrown when attempting to start a search while one is already in progress. More...

#include <EngineConnection.h>

Inherits std::exception.

Detailed Description

template<class Move>
class UCILoader::EngineInstance< Move >::EngineBusyException

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.


The documentation for this class was generated from the following file: