WindowsSoftwareUpdateActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class WindowsSoftwareUpdateActionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 131072)]
enum class WindowsSoftwareUpdateActionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 131072)]
public enum WindowsSoftwareUpdateActionType
var value = Windows.Management.Update.WindowsSoftwareUpdateActionType.download
Public Enum WindowsSoftwareUpdateActionType
- Inheritance
-
WindowsSoftwareUpdateActionType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Download | 0 | |
| Install | 1 | |
| Deploy | 2 | |
| Reboot | 3 | |
| AppRestart | 4 |