Extensions.HMI.HighlightScreen

From emotive
Revision as of 07:04, 4 August 2014 by Nb (talk | contribs) (Created page with "Category:HMI == Classification == {{ClassificationActivity | HighlightScreen | Raises a specific screen shown to the user's attention to focus on the screen | Action|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name HighlightScreen
Short Description Raises a specific screen shown to the user's attention to focus on the screen
Class Action
Extension OTX HMI extension
Group Custom screen related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

HighlightScreen(Screen screen);

Description

The HighlightScreen activity raises a particular screen out for attention of the user on the screen to set. This supports the use cases where the user's attention is required, eg. Example, if a situation occurs the instant the user input is required or if important information is displayed to inform the user to take the measures to eg to solve a critical situation, etc.

Properties

Name Data Type Class Default Cardinality Description
Screen Screen Variable - [1] The handle of the screen that to be highlighted.

Examples

HighlightScreen(screen);

See also

OpenScreen
CloseScreen