* @zh 销毁系统时清理资源 * @en Clean up resources on destroy
()
| 830 | * @en Clean up resources on destroy |
| 831 | */ |
| 832 | protected override onDestroy(): void { |
| 833 | super.onDestroy(); |
| 834 | this.destroyWorkerPool(); |
| 835 | } |
| 836 | |
| 837 | protected override getLoggerName(): string { |
| 838 | return getSystemInstanceTypeName(this); |