TIMER
TIMER action is used for delayed launching of dependent actions.
Parameters
- Duration
- Value of timer delay in seconds.
Remarks
Action sequence, which is to be managed by TIMER action, must be indented at one position from TIMER.
Difference between PAUSE and TIMER
- PAUSE delays current action sequence for specified time. This action cannot have dependent actions.
- TIMER launches dependent action sequence after specified time, but does not pauses current action sequence.