'DeclarationReadOnly Property LastCycleEnterTick As Long
'UsageDim instance As _AutomatonStateStatistics Dim value As Long value = instance.LastCycleEnterTick
long LastCycleEnterTick {get;}
'DeclarationReadOnly Property LastCycleEnterTick As Long
'UsageDim instance As _AutomatonStateStatistics Dim value As Long value = instance.LastCycleEnterTick
long LastCycleEnterTick {get;}
As opposed to LastEnterTick, this property requires the cycle be completed (state be transitioned from).