Click or drag to resize

ApplyChangeStatus Enumeration

Defines the return status of a change instance application.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum ApplyChangeStatus
Members
  Member nameValueDescription
Success0 The change was applied successfully.
Failure1 Fatal errors have occured during the application.
Retry2 Non-fatal Errors have occured during the application.
See Also