Initializing help system before first use

Model Procedures

To emit progress events and to receive messages, two methods are available in package AppInterface:
  • send_progress_update
  • get_messages

Sending Updates from the Model

Progress entities are only updated on demand when the model explicitly wants to send an update. This is done in the model by calling self.insight.send_progress_update().

Progress events are emitted to all views observing an execution mode which has been enabled for progress updates. If an execution mode has not been annotated to send progress information, then any call to send_progress_update() will not emit progress data. This avoids traffic between worker and client and helps retain overall system performance.

© 2001-2024 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.