InsertErrorCorrectionResult

Inserts a QA error correction result record associated with a test result in the material database.
Syntax
TestResult
.
InsertErrorCorrectionResult
(
ErrorCorrectionResult
As ErrorCorrectionResult)
The
InsertErrorCorrectionResult
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 creation of an error correction result on a particular test result that ended in a failure.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal