OnEndExecution Event
Description
This event gets launched when PC-DMIS finishes executing the measurement routine. PC-DMIS determines it has finished execution based on the termination type.
Syntax
Visual Basic |
---|
Public Event OnEndExecution( _ ByVal TerminationType As Long _ ) |
Parameters
- TerminationType
- Long number that determines the termination type used by this event.
See Also