SystemUpdateManagerState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述系統更新目前狀態的列舉。
public enum class SystemUpdateManagerState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateManagerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateManagerState
var value = Windows.System.Update.SystemUpdateManagerState.idle
Public Enum SystemUpdateManagerState
- 繼承
-
SystemUpdateManagerState
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.System.SystemManagementContract (已於 v6.0 引進)
|
欄位
AttentionRequired | 10 | 更新程式無法在沒有使用者輸入的情況下繼續。 |
Completed | 9 | 更新程式已完成。 |
Detecting | 1 | 更新管理員正在檢查是否有可用的更新。 |
Downloading | 3 | 系統更新正在下載。 |
Error | 11 | 發生錯誤了。 檢查 ExtendedError。 |
Finalizing | 8 | 系統更新正在完成。 |
Idle | 0 | SystemUpdateManager 閒置。 |
Installing | 5 | 系統更新正在安裝。 |
ReadyToDownload | 2 | 系統更新已準備好下載。 |
ReadyToFinalize | 7 | 系統更新已準備好完成。 |
ReadyToInstall | 4 | 系統更新已準備好安裝。 |
RebootRequired | 6 | 需要重新開機才能完成安裝。 |