Name
message_boxmessage_boxMessageBoxmessage_boxMessageBoxMessageBox — Shows a message box.
message_boxmessage_boxMessageBoxmessage_boxMessageBoxMessageBox shows a message box.
If DisplayButtonsDisplayButtonsDisplayButtonsDisplayButtonsDisplayButtonsdisplayButtons is set to '' or [], the default button configuration is used. On Windows, this corresponds to the button 'OK'.
If IconNameIconNameIconNameIconNameIconNameiconName is set to '' or [], no icon is shown.
Find more information about the Notification extension package in the introduction to this chapter.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
title
Default value:
'title'
"title"
"title"
"title"
"title"
"title"
message
Default value:
'message'
"message"
"message"
"message"
"message"
"message"
message
Default value:
'ok'
"ok"
"ok"
"ok"
"ok"
"ok"
Suggested values: 'abortretryignore'"abortretryignore""abortretryignore""abortretryignore""abortretryignore""abortretryignore", 'canceltrycontinue'"canceltrycontinue""canceltrycontinue""canceltrycontinue""canceltrycontinue""canceltrycontinue", 'ok'"ok""ok""ok""ok""ok", 'okcancel'"okcancel""okcancel""okcancel""okcancel""okcancel", 'retrycancel'"retrycancel""retrycancel""retrycancel""retrycancel""retrycancel", 'yesno'"yesno""yesno""yesno""yesno""yesno", 'yesnocancel'"yesnocancel""yesnocancel""yesnocancel""yesnocancel""yesnocancel"
message
Default value: []
Suggested values: 'exclamation'"exclamation""exclamation""exclamation""exclamation""exclamation", 'warning'"warning""warning""warning""warning""warning", 'information'"information""information""information""information""information", 'asterisk'"asterisk""asterisk""asterisk""asterisk""asterisk", 'question'"question""question""question""question""question", 'stop'"stop""stop""stop""stop""stop", 'error'"error""error""error""error""error", 'hand'"hand""hand""hand""hand""hand"
text of the selected button
Suggested values: 'abort'"abort""abort""abort""abort""abort", 'cancel'"cancel""cancel""cancel""cancel""cancel", 'continue'"continue""continue""continue""continue""continue", 'ignore'"ignore""ignore""ignore""ignore""ignore", 'no'"no""no""no""no""no", 'ok'"ok""ok""ok""ok""ok", 'retry'"retry""retry""retry""retry""retry", 'tryagain'"tryagain""tryagain""tryagain""tryagain""tryagain", 'yes'"yes""yes""yes""yes""yes"
Foundation