Click or drag to resize

ControlElementConditionType Property

Defines of the a Codition is waiting for: Nothing, a Timer, a CodeMethod defined in a timer event, or if all sub processes belonging to the sub process element is completed. Only used if Type=Condition.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ConditionElementType ConditionType { get; set; }

Property Value

Type: ConditionElementType
See Also