ui.Interface.getFrontEndName

Returns the type of the front-end currently in use.

Syntax

ui.Interface.getFrontEndName()
  RETURNING result STRING

Usage

The ui.Interface.getFrontEndName() class method returns the type of the front end used by the program.

Examples of possible returned values: GDC, GWC, Console.
Note: This method is primarily used for debugging purposes.