Soil
Toggle table of contents
1.0.0-alpha14
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-core
/
soil.query
/
QueryFetchStatus
Query
Fetch
Status
sealed
class
QueryFetchStatus
(
source
)
The fetch status of the query.
Inheritors
Idle
Fetching
Paused
Members
Types
Fetching
Link copied to clipboard
data
class
Fetching
(
val
isValidating
:
Boolean
=
false
)
:
QueryFetchStatus
Idle
Link copied to clipboard
data
object
Idle
:
QueryFetchStatus
Paused
Link copied to clipboard
data
class
Paused
(
val
unpauseAt
:
Long
)
:
QueryFetchStatus