An enumeration of query status flags for a WorkingSet API

Enumeration Members

QUERY_ERROR: "QUERY_ERROR"

There was an error during the handling of the query.

QUERY_FINISHED: "QUERY_FINISHED"

The processing of the query is finished.

QUERY_INTERRUPTED: "QUERY_INTERRUPTED"

A query has been interrupted by a new query.

QUERY_PENDING: "QUERY_PENDING"

A query is not yet requested. In this status the layer's working set remains empty.

QUERY_STARTED: "QUERY_STARTED"

A query has been invoked, but the response has not been received yet.

QUERY_SUCCESS: "QUERY_SUCCESS"

The response of the query has been received but all processing has not been completed yet.