Help needed to use Endpoint::utilTimerSchedule in Python

ME
Muhammad El-Sergani
Sat, May 25, 2019 12:58 PM

Hi all,

I need help and guidance on how to use Endpoint::utilTimerSchedule in
Python.

At the moment, whenever I call ep.utilTimerSchedule(), and give it a value
for time, it asks me for a second argument, the arbitrary user data.

Whatever value I give to the function, it throws a TypeError at me:

TypeError: in method 'Endpoint_utilTimerSchedule', argument 3 of type
'pj::Token'

What is a pj::Token? How can I generate one etc...?

Thanks
//M

Hi all, I need help and guidance on how to use Endpoint::utilTimerSchedule in Python. At the moment, whenever I call ep.utilTimerSchedule(), and give it a value for time, it asks me for a second argument, the arbitrary user data. Whatever value I give to the function, it throws a TypeError at me: TypeError: in method 'Endpoint_utilTimerSchedule', argument 3 of type 'pj::Token' What is a pj::Token? How can I generate one etc...? Thanks //M