Retrieving Updates from the View via insightgetmsg
insightgetmsg
.
insightgetmsg(mymessage:text):boolean
The mymessage text will be empty and the return value will be false if no message is available; otherwise the mymessage text will contain the message and the return value will be true. The message format must be agreed between model and view developer. The model developer should ensure the model checks for messages and handles them properly.
while (insightgetmsg(messagetext)) do
To ensure smooth behavior for your Insight 5 users, performance implications need to be taken into account. It is highly recommended to carry out only efficient tasks while processing a message. For example, a user may want to cancel or interrupt model execution, or a control parameter is supposed to be reset.
© 2001-2023 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.