Pause Method
Description
Pauses the run session.
Syntax
Visual Basic
Public Sub Pause() 
Remarks
To make it possible to pause a run session from an automation script, you must set the WaitOnReturn argument of the Test.Run method to False. If you choose to do this, make sure that all automation steps following the Run statement can run successfully even before the UFT One run session ends.
See Also