Description
Shows a message. Default timeout is 10 minutes. Use giJobTrigBalloonTimeout to change timeout
Syntax
Sys_BreakthruMsgBox(sCaption, sText, sButtons, sDefault, sIconStyle, bASync) As Boolean
Parameters
sCaption (String)
Title of the messagebox
sText (String)
Text in the messagebox
sButtons (String)
Specifies button-type. Valid values: 'OK', 'YESNO', 'YESNOCANCEL', 'ABORTRETRYIGNORE', 'OKCANCEL' and 'RETRYCANCEL'
sDefault (String)
Specifies the default button in messagebox. Valid values: 'ONE', 'TWO' or 'THREE'
sIconStyle (String)
Used Icon-style in messagebox. Valid values: 'STOP', 'QUESTION', 'EXCLAMATION', 'INFORMATION'
bASync (Boolean)
Specifies if the messagebox displays asynchronously(True) or waits for the user to respond(False)
Return value
Result will be stored in gsValue. Valid answers are: 'OK', 'YES', 'NO', 'ABORT', 'RETRY', 'CANCEL' and 'IGNORE'
Example:
bStatus = Sys_BreakthruMsgBox("Message Title", "Message body", "OK", "ONE", "INFORMATION", True)
Related functions
Job_SilentInstallation Sys_LogOffUser Sys_GetLocaleLanguageID