Displays a dialog similar to the one shown. Mainly used when asking for confirmation from the user.
Set [Message input], [OK button name] and [Cancel button name].
Enter the text you want to display in the message portion of the dialog.
Change this parameter if you want to change the label displayed on the OK button.
If you want to change the label displayed on the Cancel button, change this parameter.
The action is complete when the user closes the dialog by pressing OK or Cancel in the dialog. When the dialog is displayed, the action is not completed.
The action will be completed even if you press “Cancel”.
When other actions have finished executing and wait for this action to complete, note the above.
If you want to ignore “Cancel” and proceed to the next action only if “OK” is selected, When other actions have finished executing instead of When “OK” is pressed in the confirmation/input dialog condition.