Callback: Int32 interface.IsAnalysisValid(IAnalysis analysis, Boolean firstCheck)

Called to know if an analysis is valid.

Parameters

  • analysis
    Type: IAnalysis
    The current analysis.
  • firstCheck
    Type: Boolean
    True if it's the first check; false otherwise.

Return Value

Type: Int32
Returns 1 if the analysis is valid; 0 otherwise.