IsInstalling 检查是否正在安装
()
| 80 | |
| 81 | // IsInstalling 检查是否正在安装 |
| 82 | func (this *UpgradeManager) IsInstalling() bool { |
| 83 | return this.isInstalling |
| 84 | } |
| 85 | |
| 86 | func (this *UpgradeManager) install() error { |
| 87 | // 检查是否有已下载但未安装成功的 |
no outgoing calls
no test coverage detected