DemandFire Method Example
The following example fires the OnTimeOut configured for the TimerMyTimer object in the ScheduleTestSchedule.
TestSchedule.DemandFire "MyTimer"
The following example fires the OnTimeOut event for the TimerMyTimer.
MyTimer.DemandFire
The following example fires whatever event is configured for the Event object MyEvent.
MyEvent.DemandFire