Table of Contents

Enum QueryStatus

Namespace
Phetch.Core
Assembly
Phetch.Core.dll

A type representing the possible states of a query.

public enum QueryStatus

Fields

Error = 2

The most recent invocation of the query has failed.

Idle = 0

The query has not yet been started with any parameters.

Loading = 1

The query is fetching, and has not previously succeeded.

Success = 3

The most recent invocation of the query has succeeded.