Action group: Dialogs
This action is designed to display a question to the user in a modal window with "Yes" and "No" answer buttons.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Question | Question text that will contain the modal window | Robin.String | Yes | |
Window title | Modal window name | Robin.String | No | |
Results | ||||
Result | Logical variable (boolean) that will store the user’s answer (Yes / No) to the question | Robin.Boolean | true |
The robot algorithm will continue after the modal window is closed by the user.
Display a dialog box with a question to the user. The name of the dialog box is "Save file". Question - "Save document?".
Add a question.
The program robot completed successfully, displaying a question to the user in a modal window.