WindowsSoftwareUpdateActionResult 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 WindowsSoftwareUpdateActionResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 131072)]
enum class WindowsSoftwareUpdateActionResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 131072)]
public enum WindowsSoftwareUpdateActionResult
var value = Windows.Management.Update.WindowsSoftwareUpdateActionResult.succeeded
Public Enum WindowsSoftwareUpdateActionResult
- Inheritance
-
WindowsSoftwareUpdateActionResult
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Succeeded | 0 | |
| Continue | 1 | |
| Failed | 2 | |
| Canceled | 3 | |
| Removed | 4 |