UpdateErrorCorrectionResult
Updates a QA error correction result record associated with a test result in the material database.
Syntax
TestResult.UpdateErrorCorrectionResult
(ErrorCorrectionResult
As ErrorCorrectionResult)The
UpdateErrorCorrectionResult
method syntax has these parts:Part | Description |
---|---|
TestResult | Instance of the TestResult interface to which the method is directed. |
ErrorCorrectionResult | An instance of an ErrorCorrectionResult object. |
Remarks
This interface allows for the updating of an error correction result on a particular test result that ended in a failure.
Provide Feedback