Status

public enum Status:String

The status of the Rule on a view.

  • The view passed a Rule.

    Declaration

    Swift

    case Pass
  • The view is not applicable to a Rule.

    Declaration

    Swift

    case Inapplicable
  • The view is in violation of a Rule.

    Declaration

    Swift

    case Violation
  • The Rule did not completely analyze a view (this means that an exception was thrown and a Rule had to abort before analysis was completed).

    Declaration

    Swift

    case Incomplete