InspectionComplete Event

NI Vision Builder ActiveX

InspectionComplete Event

Syntax

NIVBAITargetControl.InspectionComplete Inspection, Passed, Error

Purpose

Triggered after each inspection when looping asynchronously.

Parameters

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.