RuleState Enumeration

 

The state of a best-practices analysis.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public enum RuleState
public enum class RuleState
type RuleState
Public Enumeration RuleState

Members

Member name Description
Failed

The best-practices analysis has failed.

Started

The best-practices analysis has started.

Succeeded

The best-practices analysis has succeeded.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top