Continue Method
Description
Continues the run session.
Syntax
Visual Basic
Public Sub Continue() 
Remarks
To make it possible to continue a paused 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