DownloadProgressState Enumeration |
Version 118.6.80
Download status.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum DownloadProgressState
public enum class DownloadProgressState
Members
| Member name | Value | Description |
---|
| InProgress | 0 |
inProgress
|
| Completed | 1 |
completed
|
| Canceled | 2 |
canceled
|
See Also