* 获取管理器状态
()
| 298 | * 获取管理器状态 |
| 299 | */ |
| 300 | public getStatus() { |
| 301 | return { |
| 302 | isInitialized: this.isInitialized, |
| 303 | isDestroyed: this.isDestroyed, |
| 304 | componentCount: this.components.size, |
| 305 | componentIds: this.getComponentIds(), |
| 306 | config: this.config, |
| 307 | }; |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * 获取健康状态 |
no test coverage detected