supportsOkTransition() method

Indicate if the state uses the OK follow-up transition type.

Syntax

boolean supportsOkTransition ()

Returns

True - support OK transition by default

Usage

When set to true the state editor will display the OK dropdown UI control listing all the possible states to chose from.

By default is true, so the processing method(s) should have at least one condition that returns

continueOk()

.

Used by: state editor

True - support OK transition by default