GetStatus Method

Description

The current status of the UFT One application.

Syntax

Visual Basic
Public Function GetStatus() As String

Return Type

Returns one of the following pre-defined constants:

  • Not launched--UFT is not started.
  • Ready--UFT is idle and ready to perform operations.
  • Busy--UFT is currently performing an operation.
  • Running--UFT is running a test or component.
  • Recording--UFT is recording.
  • Waiting--UFT 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