GetStatus Method

Description

The current status of the OpenText Functional Testing application.

Syntax

Visual Basic
Public Function GetStatus() As String

Return Type

Returns one of the following pre-defined constants:

  • Not launched. The application is not started.
  • Ready.The application is idle and ready to perform operations.
  • Busy. An operation is currently being performed.
  • Running. A test or component is running.
  • Recording. A recording session is in progress.
  • Waiting. The application is waiting for user input.
  • Paused. The current run session is paused.

Remarks

This method can be called before the Application.Launch method.

See Also