InferenceReady


Description

Tells if the inference engine is ready. Setting to true, readies the inference engine. Setting to false makes it unready.

Syntax

Getting:

anEngine.InferenceReady

Setting:

anEngine.InferenceReady = True

anEngine.InferenceReady = False

Return Value

When getting, returns a Boolean value that tells if the inference engine is ready.

Remarks

MSBN3 can handle this property automatically. When inference is called, InferenceReady is automatically set to true. When the model is edited (for example adding states or changing property values), InferenceReady is automatically set to false.

Applies To

Engine

Also See

Inference: an Overview

Event: EngineInferenceReady