RenewalStatus
RenewalStatus
RenewalStatus
RenewalStatus
Enum
Definition
Defines the possible values returned from RenewSystemComponentsAsync.
public : enum class RenewalStatuspublic enum RenewalStatusPublic Enum RenewalStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Media.Protection.ProtectionRenewalContract (introduced v1)
|
Fields
| AppComponentsMayNeedUpdating AppComponentsMayNeedUpdating AppComponentsMayNeedUpdating AppComponentsMayNeedUpdating | Specifies that no system components were detected that need updating. But app components may need to be updated, in which case the user may need to get an updated application from the store. |
| NoComponentsFound NoComponentsFound NoComponentsFound NoComponentsFound | Specifies that no components were found that need to be updated. |
| NotStarted NotStarted NotStarted NotStarted | Specifies that renewal has not started. |
| UpdatesInProgress UpdatesInProgress UpdatesInProgress UpdatesInProgress | Specifies that there are updates and the user has allowed updated to proceed |
| UserCancelled UserCancelled UserCancelled UserCancelled | Specifies that the user declined to allow updates to proceed. |