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 (24.3.0.1000)
Syntax
[FlagsAttribute]
public enum HealthCheckMessageAttributes
Members
  Member nameValueDescription
None0A standard message.
CheckStarting1A message indicating that the associated health check is being started.
CheckComplete2A message indicating that the associated health check has completed.
Fixable4 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