cf2:TimerTask

Purpose

Represents a task in the timer queue. Refer to cf2:TimerQueue for further information.

Exported Features

cf2:TimerTask

Imported Features

n/a

JavaScript

This component has the following method.

stop()

Stops the task and removes it from the queue. The task will no longer be invoked by the timer queue.

Related topics