Is __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ normal?

I have an object. It creates a timer to call back to itself as a actionNotificationReceiver. But I always see this in the log. Is it normal? (OS X El Capitan)

Session.PerformAction
XojoFramework$4776
XojoFramework$9925
CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION
__CFRunLoopDoTimer
__CFRunLoopDoTimers
__CFRunLoopRun
CFRunLoopRunSpecific
CFRunLoopRunInMode
RunCurrentEventLoopInMode
ReceiveNextEventCommon
_BlockUntilNextEventMatchingListInModeWithFilter
_DPSNextEvent
-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
XojoFramework$1253
XojoFramework$1254
Delegate.Invoke%%
Application._CallFunctionWithExceptionHandling p
XojoFramework$9668
XojoFramework$1253
-[NSApplication run]
XojoFramework$9670
RuntimeRun
REALbasic._RuntimeRun
_Main
main
start

yes. This is a nice thing from Apple to tell in the stack trace via a function name what is happening.

Ok. Thanks.

Was just worried as I DON’T LIKE COMPILERS YELLING AT ME! :slight_smile: