Click or drag to resize

DownloadStatus Enumeration

Defines the status of a download instance.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum DownloadStatus
Members
  Member nameValueDescription
New0 The download instance is new.
Downloading1 The corresponding content is being downloaded.
Downloaded2 The corresponding content has being downloaded.
See Also