Click or drag to resize

SyncJobChangeStatus Enumeration

Defines the status of a SyncJobChange instance.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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