This event gets launched when PC-DMIS finishes executing the specified program. PC-DMIS determines it has finished execution based on the termination type.
Visual Basic |
---|
Public Event OnEndExecution( _ ByVal PartProg As PartProgram, _ ByVal TerminationType As Long _ ) |
- PartProg
- An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
- TerminationType
- Long value that determines the termination type used by this event.