SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS guide » Base » Using User Library (E32) » Timers And Timing Services » How to use periodic timers » How to stop a periodic timer
To stop a periodic timer, call Cancel(). After the cancel, the CPeriodic may be started again, and so on until it is destroyed.
Cancel()
CPeriodic
iPeriodic->Cancel();
Copyright ©2008 Symbian Software Ltd.