(status: AIDevtoolsGenerationRunStatus)
| 1423 | } |
| 1424 | |
| 1425 | recordStatusChange(status: AIDevtoolsGenerationRunStatus): void { |
| 1426 | this.updateActiveRun({ status }) |
| 1427 | this.emitState() |
| 1428 | } |
| 1429 | |
| 1430 | recordProgressChange(): void { |
| 1431 | this.updateActiveRun({ progress: this.getCoreState().progress }) |
no test coverage detected