.. highlightlang:: us .. index:: AppShowTimer .. _appshowtimer: AppShowTimer ============ .. us.tag AppShowTimer NOTREADYENGLISH FILE_MISC New570 :ref:`AppShowTimer` returns information about the active timers. .. function:: svTimer = AppShowTimer() .. us.return **Return Value** *svTimer* is a string vector. Each element is setup so: ``id|timer_callback|time_ms``. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.7.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppKillTimer`, :ref:`AppNewTimer` :sub:`id-1210637`