confirmUserMessage
Displays the given msg in a confirm dialog. This should be called for all messages to be confirmed to the application user rather than calling confirm directly. Note that future enhancements or extensions of this method may be applied to change how messages are displayed to the user, logged, or otherwise processed.
Note: The current implementation uses confirm, which is blocking. If this is changed, this behavior needs to be considered for all calls that might depend on a blocking call.
Copyright © Cloud Software Group, Inc. All rights reserved.