Property HasSynced
HasSynced
Indicates whether there has been at least one full sync. Is null when unknown, for example when state is still being loaded from the database.
public bool? HasSynced { get; }
Property Value
- bool?
Indicates whether there has been at least one full sync. Is null when unknown, for example when state is still being loaded from the database.
public bool? HasSynced { get; }