Delay


Suspends the program workflow for inTime milliseconds.

Syntax

C++
Python
 
def Delay(
	inTime: int,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inTime int 0 - 10000 Target time in milliseconds