![]() | Download Help (Windows Only) |
Owning Class: commands
Requires: MathScript RT Module
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. (Mac OS X and Linux) You must specify a. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | No (always ignored) |
Supported on RT targets | No |
A = 'before'
pause(3)
B = 'after'
Helpful
Not Helpful