API Help
Eplan.EplApi.EServices Namespace / IVerificationBase Interface / OnStartInspection Method
True: An online check is made. False: An offline check is made.

In This Topic
    OnStartInspection Method (IVerificationBase)
    In This Topic
    Called by EPLAN when a check routine starts in the system.
    Syntax
    void OnStartInspection( 
       bool bOnline
    )
    void OnStartInspection( 
       bool bOnline
    ) 

    Parameters

    bOnline
    True: An online check is made. False: An offline check is made.
    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