PAUSE
PAUSE action delays the current action sequence for the specified time.
Parameters
- Duration
- Duration of pause in seconds.
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.