delay
DELAY

The delay statement loops for a specified period of time.


Parameters

This statement has one parameter:

delay – time to delay, in seconds. Does not have to be an integer value (delay will be done to an accuracy of 1/60th second).


Description

This statement loops for a specified period of time. For example, this code delays for two and one half seconds.

delay 2.5

Unlike the wait statement, the delay statement does not allow other actions to performed during the delay – Panorama simply does nothing for the specified time period.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.