HealthCheckMessageAttributes Enumeration | 
 Specifies attributes of a health check message.
 
    Namespace: 
   Dundas.BI.Services.Health
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[FlagsAttribute]
public enum HealthCheckMessageAttributes
<FlagsAttribute>
Public Enumeration HealthCheckMessageAttributes
[FlagsAttribute]
public enum class HealthCheckMessageAttributes
[<FlagsAttribute>]
type HealthCheckMessageAttributes
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | A standard message. | 
 | CheckStarting | 1 | A message indicating that the associated health check is being started. | 
 | CheckComplete | 2 | A message indicating that the associated health check has completed. | 
 | Fixable | 4 | 
            When combined with CheckComplete, indicates that the corresponding check is
            capable of fixing one or more of the errors/warnings that it has reported.
             | 
See Also