Next: , Previous: cancel keyword, Up: Test Case control


5.7.9 pause keyword

The pause keyword is used to pause a test case. The test case is paused by stopping the process that executes the test case. The pause keyword has one mandatory and one optional argument, described below.

Mandatory argument
testid
The test ID from the run command.
Optrional argument
Time
Pause time in milliseconds. After this time, resume is called automatically (if not given, resume needs to be called explicitly).

The pause keyword can be used, for example, in the following way:

     pause test1 time=10