Test.Wait Class
Represents a stoppage in test execution to wait for an amount of time before continuing.
Constructor
Test.Wait
(
-
segment
-
delay
Parameters:
-
segment
FunctionA function to run when the wait is over.
-
delay
IntThe number of milliseconds to wait before running the code.