()
| 1213 | } |
| 1214 | |
| 1215 | cancelProcessing() { |
| 1216 | if (this.currentWorker) { |
| 1217 | this.currentWorker.terminate(); |
| 1218 | this.currentWorker = null; |
| 1219 | } |
| 1220 | |
| 1221 | this.isProcessing = false; |
| 1222 | this.hideProgress(); |
| 1223 | } |
| 1224 | } |
| 1225 | |
| 1226 | // ColorBox类(从main.js复制) |
nothing calls this directly
no test coverage detected