Click or drag to resize

SyncJobMovingState Enumeration

Defines the status of a job with regards to its content changes.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum SyncJobMovingState
Members
  Member nameValueDescription
Done0 All content changes have been moved and the job can proceed.
ContentMoving1 Some content changes are still being moved.
WaitingForParents2 Some movings are waiting for their parents.
See Also