Delay
Suspends the program workflow for inTime milliseconds.
Syntax
C++
Python
def Delay( inTime: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inTime | int | 0 - 10000 | Target time in milliseconds |
Suspends the program workflow for inTime milliseconds.
def Delay( inTime: int, / ) -> None
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inTime | int | 0 - 10000 | Target time in milliseconds |