Callback:
Int32
interface
.IsAnalysisValid(
IAnalysis
analysis,
Boolean
firstCheck)
Called to know if an analysis is valid.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
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.
Remarks