* checks whether an event has some handler(s) specified * @param name the event's name
(name: SchedulerEventName)
| 1674 | * @param name the event's name |
| 1675 | */ |
| 1676 | checkEvent(name: SchedulerEventName): boolean; |
| 1677 | |
| 1678 | /** |
| 1679 | * checks whether an event resides in a timespan of a specific type |