-
Notifications
You must be signed in to change notification settings - Fork 0
AcceptDialog.cs
Avrigeanu Laurian edited this page Apr 11, 2023
·
1 revision
Accepts the current dialog if it is present.
- A boolean value indicating whether a dialog was accepted. Returns
true
if a dialog was accepted,false
otherwise.
This method checks if a dialog is currently present. If a dialog is present, it logs an information message with the message of the dialog, accepts the dialog, and returns true
. If no dialog is present, it returns false
.