InspectionComplete Event

NI Vision Builder ActiveX

InspectionComplete Event

Syntax

NIVBAIInspectionEngine.InspectionComplete Target, Inspection, Passed, Error

Purpose

Triggered after each inspection when looping asynchronously.

Parameters

Target as NIVBAITarget

The target containing the inspection.

Inspection as NIVBAIInspection

The inspection that was run.

Passed as Boolean

Indicates whether the inspection passed or failed.

Error as NIVBAIError

Contains error information if an error occurred, or Nothing if everything was successful.