Extensions.HMI.CloseScreen

From emotive
Revision as of 07:13, 4 August 2014 by Nb (talk | contribs) (Created page with "Category:HMI == Classification == {{ClassificationActivity | CloseScreen | Dismisses screen and release all associated resources | Action| OTX HMI extension |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name CloseScreen
Short Description Dismisses screen and release all associated resources
Class Action
Extension OTX HMI extension
Group Custom screen related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

CloseScreen(Screen screen);

Description

The CloseScreen activity causes the runtime system to screen and dismiss all resources can, with the screen connected. After images this activity is the screen not send more events to process the OTX sequence and may no longer be carried out interaction with the user.

Properties

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

Examples

CloseScreen(screen);

See also

OpenScreen
HighlightScreen