 | DtInfoCollectionProgressEnum Enumeration |
Double-Take information collection progress
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic enum DtInfoCollectionProgressEnum
Public Enumeration DtInfoCollectionProgressEnum
public enum class DtInfoCollectionProgressEnum
type DtInfoCollectionProgressEnum
Members
| Member name | Value | Description |
---|
| Generating | 0 |
The generating
|
| Buffering | 1 |
The buffering
|
| DataAvailable | 2 |
The data available
|
| Complete | 3 |
The complete
|
| Error | 4 |
The error
|
| Canceled | 5 |
The canceled
|
See Also