Changes between Version 8 and Version 9 of SystemDevelopmentEN


Ignore:
Timestamp:
Jul 27, 2012, 4:45:00 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v8 v9  
    105105''args'' - an optional list of arguments for the callback function[[br]]
    106106
    107 The addTimeout method returns an id, that can be used to manipulate the the timer during its lifetime. If the callback method returns == False (must be False, not "", 0, [] or similar), the timer is automatically canceled.
     107The addTimeout method returns an id, that can be used to manipulate the the timer during its lifetime. If the callback method returns False (must be False, not "", 0, [] or similar), the timer is automatically canceled.
    108108
    109109