reven2.preview.taint.TaintResultStatus(_Enum) class documentationreven2.preview.taint
          
          (View In Hierarchy)
        
      Enum describing the various statuses of a TaintResultView.
TaintResultView.available
    exhausted all known results, but new results might have been produced 
    since. Calling TaintResultView.available
    again might yield further results.
  TaintResultView.available
    definitely exhausted all results. Calling TaintResultView.available
    again will not yield further results.
  TaintResultView.available
    did not exhaust all known results. Calling TaintResultView.available
    again will for sure yield further results. Note that this case will 
    typically only happen if you call 
    next(TaintResultView.available).