Documentation
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • A mechanism to await finite analysis - resolves only when bestmove is received (or if no analysis running)

      Parameters

      • Optionaltimeout: number

        optional timeout in ms

      Returns Promise<void | UCIBestmoveMessage>

      ucibestmove if running, otherwise nothing

      if analysis fails to finish in specified time or if trying to run this on infinite analysis

    • Kicks off the process and awaits it with isready() call

      Returns Promise<void>

      if unable to create process or not ready