Click or drag to resize

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
C#
public enum SyncJobChangeStatus
Members
  Member nameValueDescription
New0 The job change is new.
Downloading1 The job change is a content change and it's being downloaded from its source.
Downloaded2 The job change is a content change and has being downloaded from its source.
Uploading3 The job change is a content change and it's being uploaded to a destination.
Uploaded4 The job change is a content change and it's been uploaded to a destination.
See Also