# Timer

{% hint style="info" %}
TimerTimerLast updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to timer category:

<table><thead><tr><th width="78" align="center">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th width="131" align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td align="center">25</td><td>Activate Timer 'A'</td><td>As display name says, activate the timer 'A'. The execution from timer 'A' will executed after delay reaches.</td><td align="center">Timer</td><td align="center">-</td></tr><tr><td align="center">26</td><td>Deactivate Timer 'A'</td><td>Same as above, but deactivate the timer 'A'. The ongoing delay will be cleared too.</td><td align="center">Timer</td><td align="center">-</td></tr><tr><td align="center">27</td><td>Set the frequency of calls of Timer 'A' to value 'B'</td><td>A timer has frequency of calls which will keep calling after certain amount of calls is reached.<br>This sets the value of that.</td><td align="center">Timer</td><td align="center">Int</td></tr><tr><td align="center">44</td><td>Reset current phase of between-call waiting of Timer 'A'</td><td>Clear the ongoing delay, restart the delay.</td><td align="center">Timer</td><td align="center">-</td></tr><tr><td align="center">46</td><td>Set remain calls number of Timer 'A' to value 'B'.</td><td></td><td align="center"></td><td align="center">Int</td></tr><tr><td align="center">366</td><td>Set the frequency of calls of Timer 'A' to variable 'B'</td><td>Same as 27, but uses variables.</td><td align="center">Timer</td><td align="center">Var</td></tr><tr><td align="center">454</td><td>Set variable 'A' to time elapsed of Timer 'B'</td><td>Variable 'A' is used to record the current on-going delay of Timer 'B'.</td><td align="center">Var</td><td align="center"></td></tr></tbody></table>
