Launched Property

Description

Indicates whether UFT One is currently open.

Property type

Read-only property

Syntax

Visual Basic
Public Property Launched As Boolean

Return Type

  • True--UFT is already open.
  • False--UFT is not open.

Remarks

This property can be called before UFT One has been launched.

Example

See Also

Application Object