Difference between revisions of "Extensions.HMI.CloseScreen"
Jump to navigation
Jump to search
(Created page with "Category:HMI == Classification == {{ClassificationActivity | CloseScreen | Dismisses screen and release all associated resources | Action| OTX HMI extension |...") |
(No difference)
|
Revision as of 07:13, 4 August 2014
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);