One Button Dialog
- Updated2023-02-17
- 1 minute(s) read
One Button Dialog
Displays a dialog box that contains a custom message and a single button.

Inputs/Outputs

message
The text to display in the dialog box.

button name
The text to display in the button that appears in the dialog box.
Default value: OK

true
A Boolean value of TRUE when the user clicks the button.
TRUE | The user clicked the button. |
FALSE | This output cannot return FALSE. |