Versions Compared

Key

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


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.


Atrium["brkmsg handler"] is a user defined function that overrides Atrium's default break-message popup. When defined, this function is called whenever a break message is received by a session running in an Atrium tab.

...

  • message - This is an array of objects passed by Atrium to your function containing the following fields in each object:
    • date - The date the message was sent.
    • time - The time the message was sent.
    • msg - The message content.
    • jobName - The jobName of the user who sent the message.
    • jobUserName - The user name of the user who sent the message.
    • jobNum - The job number of the user who sent the message.
    • jobCurProfName - The Current Profile Name of the user who sent the message.
  • userId - This is an the user-id to receive the message.

...


This method is available with Profound UI Fix Packs later than Version 6, Fix Pack 1.2.

...