4.3.17 MTimerMessage

The following MTimerMessage methods differ from their C++ counterparts.

sleepCallback( )
If a Python function has been set using setSleepCallback() and this function is still active the Python function object is returned. If a C++ function has been set by another plugin then the function pointer is returned as an integer indicating that the callback is not a Python function. None is returned if no callback is set at all.