Product Site

5.4.2.2. triggered (Abstract method)

Whenever an Alarm or Ticker triggers, this method of the alarm notification target will be called. The Alarm or Ticker object which triggered will be provided as argument source.

It is an abstract method and must be implemented by an inheriting class.

For an example see Alarm class attachment method example.