Enum QueryStatus
A type representing the possible states of a query.
public enum QueryStatus
Fields
Error = 2The most recent invocation of the query has failed.
Idle = 0The query has not yet been started with any parameters.
Loading = 1The query is fetching, and has not previously succeeded.
Success = 3The most recent invocation of the query has succeeded.