Click or drag to resize

SimulationModelConditions Property

Defines a set of conditions that must be met for the model to run.

Namespace:  Livit.Learn.Model.Simulator
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public CompositeConditionModel Conditions { get; set; }

Property Value

Type: CompositeConditionModel
Remarks

This allows the model to be stopped when certain conditions are met (e.g., a specific amount of content has been reached).

See Also