API Help
Eplan.EplApi.EServices Namespace / IVerificationBase Interface / OnEndInspection Method

In This Topic
    OnEndInspection Method (IVerificationBase)
    In This Topic
    Called by EPLAN when a check routine has been completed.
    Syntax
    void OnEndInspection()
    void OnEndInspection(); 
    Remarks
    Note: OnStartInspection/OnEndInspection methods are called for each verification registered in the system when the check routine starts/ends regardless of type of the check (online/offline) and regardless of the verification's category filter.
    See Also