Timer

Every trigger action related to timers.

TimerTimerLast updated: 2024/1/9

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

IDDisplay NameExplanationsParameter AParameter B

25

Activate Timer 'A'

As display name says, activate the timer 'A'. The execution from timer 'A' will executed after delay reaches.

Timer

-

26

Deactivate Timer 'A'

Same as above, but deactivate the timer 'A'. The ongoing delay will be cleared too.

Timer

-

27

Set the frequency of calls of Timer 'A' to value 'B'

A timer has frequency of calls which will keep calling after certain amount of calls is reached. This sets the value of that.

Timer

Int

44

Reset current phase of between-call waiting of Timer 'A'

Clear the ongoing delay, restart the delay.

Timer

-

46

Set remain calls number of Timer 'A' to value 'B'.

Int

366

Set the frequency of calls of Timer 'A' to variable 'B'

Same as 27, but uses variables.

Timer

Var

454

Set variable 'A' to time elapsed of Timer 'B'

Variable 'A' is used to record the current on-going delay of Timer 'B'.

Var

Last updated