Member of the commands class.
pause
pause(a)
Waits before continuing execution.
| Name | Description |
| a | Specifies the number of seconds to wait before continuing execution. a is a positive real number. If you do not specify a, LabVIEW waits for a key up event before continuing execution. |
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
A = 'before'
pause(3)
B = 'after'