IApplication |
The IApplicationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AreAnyAlarmsShownInAlarmDisplay | Checks if any alarms are shown in the Alarm display. | |
| FireUserEvent | Fires UserEvent (Operator Button) | |
| GetUserGroup | Returns the user group of the current user. | |
| GetUserName | Returns the user name of the current user. | |
| IsInLiveMode | Signals whether application is currently in live mode. | |
| IsInPlaybackMode | Signals whether application is currently in playback mode. | |
| ShowMessage | Posts a message to the system and returns. | |
| Speak | Speaks the given text (currently only english is supported). | |
| SwitchToAlarmDisplay | Switches the application into Alarm display. Shows the Alarm Display unconditionally even if there are no alarms. | |
| SwitchToLive | Switches the application to live mode. | |
| SwitchToNormalDisplay | Switches the application into Normal display (hides alarm display) | |
| SwitchToPlayback | Switches the application to playback mode. |