Enum Spreadsheet.SyncState
The spreadsheet sync states.
Namespace: StansAssets.GoogleDoc
Assembly: cs.temp.dll.dll
Syntax
public enum SyncState
Fields
| Name | Description |
|---|---|
| InProgress | The spreadsheet sync is currently in progress. |
| NotSynced | The spreadsheet is not yet synced |
| Synced | The spreadsheet is fully synced |
| SyncedWithError | Last spreadsheet sync attempt was finished with an error. |