HighlightState

Description:              This statement highlighted a state in a state diagram.

Returns:                    Boolean

Usage:                       Script

Format:                      HighlightState(StateDiagram, State, Mode)

Parameters:             StateDiagram    { State diagram }  { required }  { no default }

                                      Any expression for the state diagram value.

                                    Module    { Module }  { required }  { no default }

                                      Any expression for the code value of the state.

                                    Mode    { numeric }  { required }  { no default }

                                      Any numeric expression which indicates how to highlight:

Mode

Highlight

0

Turn on highlighting

1

Turn off highlighting

2

Toggle highlighting

 

Comments:

This statement may only appear in a script.

See Also:

HighlightModule | HighlightTree | StateHighlighted