Contents

CFRunLoopTimerDoesRepeat(_:)

Returns a Boolean value that indicates whether a CFRunLoopTimer object repeats.

Declaration

func CFRunLoopTimerDoesRepeat(_ timer: CFRunLoopTimer!) -> Bool

Parameters

  • timer:

    The run loop timer to test.

Return Value

true if timer repeats, or has a periodicity; otherwise false.

See Also

CFRunLoopTimer Miscellaneous Functions