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