Health check result for a single extension. Returned by BaseServerExtension.HealthCheck() and aggregated by ServerExtensionLoader.
BaseServerExtension.HealthCheck()
ServerExtensionLoader
Optional
Optional details about the health status (uptime, last error, queue depth, etc.).
Whether the extension is healthy and able to process requests.
Human-readable name of the extension (typically the DriverClass).
Health check result for a single extension. Returned by
BaseServerExtension.HealthCheck()and aggregated byServerExtensionLoader.