.. highlightlang:: us .. _appkilltimer: AppKillTimer ============ .. index:: AppKillTimer .. us.tag AppKillTimer NOTREADYENGLISH FILE_MISC New550 Changed570 :ref:`AppKillTimer` will stop the timer, started with :ref:`AppNewTimer`. .. function:: bool = AppKillTimer(id) bool = AppKillTimer() .. us.return **Return Value** *bool*. Nonzero if successful; otherwise 0. .. us.example **Example** See :ref:`AppNewTimer` for an example. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.7.0 - * - 5.5.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppNewTimer`, :ref:`AppShowTimer` :sub:`id-288621`