Initializing help system before first use

Using VDL Actions to Send Messages to the Model

To halt the scenario (job) execution a <vdl-action-cancel-job> Action should be triggered.
<vdl-action-group name="STOP_JOB">
		<vdl-action-cancel-job></vdl-action-cancel-job>
</vdl-action-group>
<vdl-button label="Stop" vdl-event="click:actions.STOP_JOB"></vdl-button>
The scenario will return into its state before execution started.
<vdl-action-group name="MESSAGE_JOB">
		<vdl-action-job-message data="=[1,2,3]"></vdl-action-job-message>
</vdl-action-group>
<vdl-button label="Stop" vdl-event="click:actions.MESSAGE_JOB"></vdl-button>
 

It is also possible to send custom messages to the model. This can be either static text or an expression that results in a small amount of data that can be sent to the model It is also possible to send custom messages to the model: This can be either static text or an expression that results in a small amount of data that can be sent to the model.

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