Click or drag to resize

MissionModelMustStartInOrder Property

Requires Tasks in this Mission to begin in the order they are defined in.

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

Property Value

Type: Boolean

Implements

ITaskBasedFlowModelMustStartInOrder
See Also