Signal sent by the SearchInterface when the SearchInterface has been cancelled.
Such an event is fired if the SearchInterface was searching and SearchInterface.cancelSearch is called. The SearchReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the SearchInterface when SearchInterface.search is ready, i.e. SearchInterface.getSearchDocuments, SearchInterface.getGeometricInstanceIds and SearchInterface.hasOtherResults can be called.
Such a signal does not tell if the call was successful or not but that the result is ready to be fetched.
Warning, the SearchReady signal is sent later when SearchInterface.cancelSearch is called and the SearchInterface is searching.
The attachment is a string telling the request id of the call to SearchInterface.search (SearchInterface.getLastRequestId).
The SearchInterfaceSignal lists all the signals that may be sent by the SearchInterface.
These signals are emitted by the SearchInterface when a search result is ready.
Please refer to Search for more information about search requests.
See
SearchInterface