Click or drag to resize

ChangeStatus Enumeration

Defines the status of a change instance.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum ChangeStatus
Members
  Member nameValueDescription
New0 The change instance is new.
Started1 The change is being processed.
See Also