Kanzi  3.9.9
Kanzi Engine Java API
MainLoopScheduler.TimerToken Class Reference

The token of the timer task. More...

Inheritance diagram for MainLoopScheduler.TimerToken:
[legend]

Public Member Functions

void close ()
 Immediately releases the ownership of the backing native object, as opposed to deferring to garbage collection.
 

Detailed Description

The token of the timer task.

You can use the token to remove or replace the timer task.