OTX Reference  
OpenTestSystem.Otx.Extensions.HMI.Actions.Dialog Class Reference

The abstract type Dialog is the base type for all the dialogs used as a part of the dialog usage pattern. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.HMI.Actions.Dialog:
Inheritance graph

Public Attributes

StringTerm message
 If the runtime system contains the capability to show a message as part of the display, the String will be shown. More...
 
StringTerm title
 If the runtime system contains the capability to show a dialog box with a Title bar, the String will be shown. It is assumed that this String will be shown with more prominence than the message parameter. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

The abstract type Dialog is the base type for all the dialogs used as a part of the dialog usage pattern.

It represents a modal display that blocks the execution of the test sequence until the user has provided an input. Dialogs are meant to be simple and well suited for basic interactions with the user, such as confirmations and single inputs.

Member Data Documentation

◆ message

StringTerm OpenTestSystem.Otx.Extensions.HMI.Actions.Dialog.message

If the runtime system contains the capability to show a message as part of the display, the String will be shown.

◆ title

StringTerm OpenTestSystem.Otx.Extensions.HMI.Actions.Dialog.title

If the runtime system contains the capability to show a dialog box with a Title bar, the String will be shown. It is assumed that this String will be shown with more prominence than the message parameter.