Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.5.0
-
Untriaged
-
Unknown
Description
It was always the intent that the unique timer reference was optional in createTimer call. Currently, it must be passed, and so if customer has no need to cancel a timer, they are forced to generate unique id's in javascript which is unnecessary code. So, allow JavaScript the "null" value for "reference" parameter of createTimer() call and create a unique system generated value for such timers as reference and return the same.