Launched Property

Description

Indicates whether the OpenText Functional Testing application is currently open.

Property type

Read-only property

Syntax

Visual Basic
Public Property Launched As Boolean

Return Type

  • True. The application is already open.
  • False. The application is not open.

Remarks

This property can be called before the application has been launched.

Example

See Also

Application Object