Enum PackagesOperationType
The OperationType enumeration represents, for reporting purposes, the possible sub states of an operation on a metadata source
Namespace: Microsoft.PackageGraph.ObjectModel
Assembly: package-graph-microsoft-update.dll
Syntax
public enum PackagesOperationType
Fields
| Name | Description |
|---|---|
| DownloadFileEnd | Finished downloading a file |
| DownloadFileProgress | Progress for downloading a file |
| DownloadFileStart | Started downloading a file |
| HashFileEnd | Completed the hash check for a file |
| HashFileProgress | Progress of hash checking |
| HashFileStart | Started checking the hash on a file |
| Unknown | Operation initializing |