Contents

CFRunLoopTimerGetOrder(_:)

Returns the ordering parameter for a CFRunLoopTimer object.

Declaration

func CFRunLoopTimerGetOrder(_ timer: CFRunLoopTimer!) -> CFIndex

Parameters

  • 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