Interface MiniFilter

    • Field Detail

      • SKIP

        static final int SKIP
        On config value is "SKIP" All following steps will be skipped except the one with behaviour "ALWAYS"
        See Also:
        Constant Field Values
      • CONTINUE

        static final int CONTINUE
        On config value is "CONTINUE" The step will be processed if previous status is CONTINUE
        See Also:
        Constant Field Values
      • ALWAYS

        static final int ALWAYS
        On config value is "ALWAYS" The step will be processed even if previous status is skip
        See Also:
        Constant Field Values