|
<< Index >> |
FutureBasic |
timerbegin | statement / function | |
|
t =
]
Parameters
Parameter |
Description |
fireDate | Optional. The time at which the timer should first fire. This can be a CFDateRef or a double value (seconds from now). Default = NULL. |
timeInterval | Optional. For a repeating timer, this parameter contains the number of seconds between firings of the timer. Default = 0.0. |
repeats | Optional. If YES, the timer will reschedule itself until invalidated. If NO, the timer will be invalidated after it fires. Default = NO. |
See also
FB's Timer.incl header
Apple documentation
NSTimer