* 设置是否自动检查
(enabled: boolean)
| 105 | * 设置是否自动检查 |
| 106 | */ |
| 107 | public setAutoCheck(enabled: boolean): void { |
| 108 | if (enabled) { |
| 109 | this.startAutoCheck() |
| 110 | } else { |
| 111 | this.stopAutoCheck() |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * 自动检查并下载更新 |
no test coverage detected