Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>tp_ontime()</b> - notify after a number of seconds http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_ontime() - notify after a number of seconds

   nNote := tp_ontime(nTime, [cFunction])

   nTime       Number of seconds to wait.
   cFunction   Name of notification function.

   Returns     Notification handle.

   Requests notification after a given number of seconds have passed.
   nTime may be any number zero or greater.  The timer resolution is
   approximately 0.05 second, and its upper limit is about seven years.
   If cFunction is omitted, deletes any posted ontime notification
   request.

   Example:

       tp_ontime(60, "UpdateClock")

See Also: tp_noteoff() Notifications

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson