id property

  1. @Int()
int id
getter/setter pair

Arbitrary ID assigned by the user/owner of this entry. Applications can use this ID to distinguish multiple timer entries that share the same callback and user_data.

Implementation

@ffi.Int()
external int id;