On Dec 20, 2016 10:02 AM, Assaf Cohen <assafc...@gmail.com> wrote: > Is there a way to create timer, register it and get notified on expiration?
You can use TSContCreate & TSContSchedule/TSContScheduleEvery to create an arbitrary callback that will be called when a timer expires/periodically. Cheers, Uri