SwarmStatus enumeration
Defines the status of a file within the delivery optimization client.
Syntax
typedef enum _SwarmStatus {
SwarmStatus_Downloading = 0,
SwarmStatus_Complete = 1,
SwarmStatus_Caching = 2,
SwarmStatus_Paused = 3
} SwarmStatus;
Constants
-
SwarmStatus_Downloading
-
The file is downloading.
-
SwarmStatus_Complete
-
The file download is complete.
-
SwarmStatus_Caching
-
The file is being cached.
-
SwarmStatus_Paused
-
The file download is paused.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
Header |
|