You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State call is an experiment to give more insight into any services current state, including syncing activities and counts of it's various data types. There are a couple of high-level standard fields:
"status" - human-readable current status
"updated" - machine-readable timestamp since any data had changed
"ready" - machine readable >0 means it's usable, <= 0 means it's not auth'd/setup
"syncing" - machine readable >0 indicates that it's actively syncing, <= 0 is idle
The rest of the fields are per-service defined, but are following a general pattern of being named the same as the data type, providing a count and *Last of timestamp when it was updated.