onMessageID_(msgid)()

onMessageID_(msgid)()

Replace (msgid) with the actual message ID. When a message is generated with the specified message ID, this function is executed. For example, use the function name onMessageID_1020715192 if you want the function to execute when a message with message ID 1020715192 is being generated. This function can be used to cancel a message or to change it. (New v10.9912)

$omid_cancel - set this to true to cancel the message

$omid_msgid - the message ID of the validator message that is being generated

$omid_msgtext - the message text of the validator message that is being generated

$omid_msgtype - the message type of the validator message that is being generated

NOTE: This function is executed before the message ID configuration is checked.