CFRunLoopTimerDoesRepeat(_:)
Returns a Boolean value that indicates whether a CFRunLoopTimer object repeats.
Declaration
func CFRunLoopTimerDoesRepeat(_ timer: CFRunLoopTimer!) -> BoolParameters
- timer:
The run loop timer to test.
Return Value
true if timer repeats, or has a periodicity; otherwise false.
See Also
CFRunLoopTimer Miscellaneous Functions
CFRunLoopTimerCreateWithHandler(_:_:_:_:_:_:)CFRunLoopTimerCreate(_:_:_:_:_:_:_:)CFRunLoopTimerGetContext(_:_:)CFRunLoopTimerGetInterval(_:)CFRunLoopTimerGetNextFireDate(_:)CFRunLoopTimerGetOrder(_:)CFRunLoopTimerGetTypeID()CFRunLoopTimerInvalidate(_:)CFRunLoopTimerIsValid(_:)CFRunLoopTimerSetNextFireDate(_:_:)