Timer Tick Event

Class finesse.containerservices.TimerTickEvent

Contains information about the events of the timer-tick. The method to subscribe to the changed gadget event is finesse.containerservices.ContainerServices.addHandler() with a topic of finesse.containerservices.ContainerServices.Topics.TIMER_TICK_EVENT().

When the gadget is attaching a handler for the time ticker topic, it is called periodically with tick frequency mentioned. By default, the value is one second. For more information, see Finesse Container Timer.

Example

finesse.containerservices.ContainerServices.addHandler(finesse.containerservices.
ContainerServices.Topics.TIMER_TICK_EVENT,updateTimer);

Method

getDateQueued()

Retrieves the TimerTickEvent dateQueued field.

Returns

{Date} The date object when the TimerTickEvent is queued.