Created
March 11, 2020 14:15
-
-
Save dtaivpp/527c1e997ea6ff3d0f283693149a2c79 to your computer and use it in GitHub Desktop.
Simple BPM Debugging Pop-Up Message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string msg ="Imma Message"; | |
this.PublishInfoMessage(msg, | |
Ice.Common.BusinessObjectMessageType.Information, | |
Ice.Bpm.InfoMessageDisplayMode.Individual,"",""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment