Important: The information in this document is obsolete and should not be used for new development.
OTDestroyTimerTask
Disposes of a timer task.C INTERFACE
pascal void OTDestroyTimerTask(long TimerTask);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
timerTask
- A 32-bit value identifying the timer task to be destroyed. This value is returned by the
OTCreateTimerTask
function.- function result
- The result
kOTNoError
.DISCUSSION
TheOTDestroyTimerTask
function deallocates memory and resources used to store and schedule a timer task.SEE ALSO
TheOTScheduleTimerTask
function.The
OTCancelTimerTask
function.