Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Sys_BreakthruMsgbox

Shows a message. Default timeout is 10 minutes. Use giJobTrigBalloonTimeout to change timeout

...

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'

...