CefPrefixSearchState

  • Base type Enumeration

The state of prefix search operation. The description of each state is given below: running(1) : this state signifies that a prefix search request is running. matchFound(2) : this state signifies that a prefix search request is completed and a prefix match has been found. noMatchFound(3) : this state signifies that a prefix search request is completed and a prefix match has not been found.

Possible values

3 objects
Number Name
1 running
2 matchFound
3 noMatchFound