SyncJobChangeStatus Enumeration |
Defines the status of a SyncJobChange instance.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum SyncJobChangeStatus
Members
| Member name | Value | Description |
---|
| New | 0 |
The job change is new.
|
| Downloading | 1 |
The job change is a content change and it's being downloaded from its source.
|
| Downloaded | 2 |
The job change is a content change and has being downloaded from its source.
|
| Uploading | 3 |
The job change is a content change and it's being uploaded to a destination.
|
| Uploaded | 4 |
The job change is a content change and it's been uploaded to a destination.
|
See Also