StopEvent Method Example

The following example stops the firing of Event object FixEvent1 of the Schedule TestSchedule.

Dim iEvent As Object

Set iEvent = System.FindObject("TestSchedule.FixEvent1")

iEvent.StopEvent