Click or drag to resize

ChangeStatus Enumeration

Defines the status of a change instance.

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