Stage::wait()
Stop the execution of the whole applications for the given milliseconds.
Syntax
Java
.wait(millis)
Parameters
| Name | Data Type | Description |
|---|---|---|
| millis | int | Milliseconds |
Return
void

Stop the execution of the whole applications for the given milliseconds.
.wait(millis)
| Name | Data Type | Description |
|---|---|---|
| millis | int | Milliseconds |
void