2.13.6 ConditionEnum

Referenced by: TimeConditionContainer

An enumeration that specifies the type of a time condition.

Name

Value

Meaning

TL_CT_None

0x00000001

None.

TL_CT_Begin

0x00000002

Begin condition that specifies when a time node will be activated.

TL_CT_End

0x00000003

End condition that specifies when a time node will be deactivated.

TL_CT_Next

0x00000004

Next condition that specifies when the next child time node of a sequential time node will be activated.

TL_CT_Previous

0x00000005

Previous condition that specifies when the previous child time node of a sequential time node will be activated.

TL_CT_EndSync

0x00000006

EndSync condition that specifies how to synchronize the stopping of the child nodes of a time node.