()
| 1515 | } |
| 1516 | |
| 1517 | protected getProgress(): AIDevtoolsGenerationProgress | null { |
| 1518 | return this.getCoreState().progress |
| 1519 | } |
| 1520 | |
| 1521 | protected completeProgress(): AIDevtoolsGenerationProgress | null { |
| 1522 | const progress = this.getCoreState().progress |