Enum SyncStep
Represents the step in which the sync process is currently in
Namespace: TimeCockpit.Data.Sync
Assembly: TimeCockpit.Data.dll
Syntax
public enum SyncStep
Fields
Name | Description |
---|---|
BlobCleanupClient | Blobs are currently cleaned up on the client |
BlobCleanupServer | Blobs are currently cleaned up on the server |
Blobs | Content of binary blob properties are currently processed |
DataDelete | Data (deletes) are currently sync'ed |
DataUpdate | Data (creation/updates) is currently sync'ed |
DeadCleanupClient | Deads are currently cleaned up on the client |
DeadCleanupServer | Deads are currently cleaned up on the server |
Model | Model is currently sync'ed |
NotStarted | Sync has not been started yet |