Click or drag to resize

TriggerModelFailActions Property

Lists the Actions to be performed if the Conditions of this Trigger are not met.

Namespace:  Livit.Learn.Model.Triggers
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public CompositeActionModel FailActions { get; set; }

Property Value

Type: CompositeActionModel
See Also