Enumeration SearchExitConst

Represents the reason for terminating the search.

Property of SearchResult.

Enumeration Members

Enumeration Members

DEPTH: 0

At least 1 path did not reach a leaf node, and the depth set by SearchOpts.depth was reached.

FULL_DEPTH: 1

All paths reached leaf nodes

TIME: 2

Searched concluded because of timeout set in SearchOpts.timeout.

NODE_LIMIT: 3

Search concluded as the node limit was reached

Generated using TypeDoc