|
|
| quantity |
The amount of unitTypes the program will wait for. |
10 |
| unitType |
Which unit of time the wait command will wait for. |
seconds, milliseconds |
- Delays your program by waiting a specified amount of time before processing any additional commands inside of your program.
- quantity determines how long the program will wait .
- unitType determines which units the wait command will use.
- Acceptable unitType values are milliseconds, seconds, and minutes.
|
|
|