CFRunLoopTimerGetOrder(_:)
Returns the ordering parameter for a CFRunLoopTimer object.
Declaration
func CFRunLoopTimerGetOrder(_ timer: CFRunLoopTimer!) -> CFIndexParameters
- timer:
The run loop timer to examine.
Return Value
The ordering parameter for timer.
Discussion
The ordering parameter is currently ignored by run loop timers.
See Also
CFRunLoopTimer Miscellaneous Functions
CFRunLoopTimerCreateWithHandler(_:_:_:_:_:_:)CFRunLoopTimerCreate(_:_:_:_:_:_:_:)CFRunLoopTimerDoesRepeat(_:)CFRunLoopTimerGetContext(_:_:)CFRunLoopTimerGetInterval(_:)CFRunLoopTimerGetNextFireDate(_:)CFRunLoopTimerGetTypeID()CFRunLoopTimerInvalidate(_:)CFRunLoopTimerIsValid(_:)CFRunLoopTimerSetNextFireDate(_:_:)