supportsGoToApplication() method

Indicate if the state supports transfer flow to another application.

Syntax

boolean supportsGoToApplication ()

Returns

True/False - support Goto application, or not, respectively

Usage

When set to true the state editor will display a dropdown UI control containing a list of applications in the workspace that can be "goto".

This is not a very useful method. It's mainly used the base state Goto Application to flag the state editor to display the control. This is not needed by other states because the same mechanism can be accomplished with the base Goto Application state.

Used by: state editor

True/False - support Goto application, or not, respectively