endTimerForIF

endTimerForIF(eventTag:     Integer;
              theInterface: JadeInterface);

The endTimerForIF method of the Object class is a variation of the endTimer method.

The endTimerForIF method terminates a timer that was started and registered by using the beginTimerForIF method for the corresponding parameters.

Use the eventTag parameter to distinguish between a number of different timers and the theInterface parameter to specify the interface in which the timerEvent method implemented in the subscriber is defined.